LinqDataSourceDesigner.Where Property

Definition

Gets or sets the Where property of the LinqDataSource control.

public:
 property System::String ^ Where { System::String ^ get(); void set(System::String ^ value); };
public string Where { get; set; }
member this.Where : string with get, set
Public Property Where As String

Property Value

The value of the Where property.

Applies to

See also