QueryableDataSourceView.Where Property

Definition

Gets or sets a value that specifies what conditions must be true for a row to be included in the retrieved data.

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

Property Value

A string that is used to create the Where clause.

Applies to