ConditionExpression.CompareColumns Property

Definition

Gets or sets whether the query should compare column values.

public:
 property bool CompareColumns { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool CompareColumns { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.CompareColumns : bool with get, set
Public Property CompareColumns As Boolean

Property Value

true when the query should compare column values; otherwise false.

Attributes

Applies to