IDynamicDataSource.Where Property

Definition

Gets or sets a value that specifies the condition that must be true for a record to be included in the retrieved data by a Where clause.

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 that is used to create the Where clause.

Remarks

The specific syntax for the Where clause depends on the data source that is used.

Applies to