DbJoinExpression.JoinCondition Egenskap

Definition

Hämtar eller anger kopplingsvillkoret som ska tillämpas.

public:
 property System::Data::Common::CommandTrees::DbExpression ^ JoinCondition { System::Data::Common::CommandTrees::DbExpression ^ get(); };
public System.Data.Common.CommandTrees.DbExpression JoinCondition { get; }
member this.JoinCondition : System.Data.Common.CommandTrees.DbExpression
Public ReadOnly Property JoinCondition As DbExpression

Egenskapsvärde

Kopplingsvillkoret som ska tillämpas.

Undantag

Uttrycket är null.

Uttrycket är inte associerat med kommandoträdet i DbJoinExpression, eller så är dess resultattyp inte en Boolean typ.

Gäller för