QueryableDataSourceView.AutoGenerateWhereClause Property

Definition

Gets or sets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control creates a dynamic Where clause.

public:
 property bool AutoGenerateWhereClause { bool get(); void set(bool value); };
public bool AutoGenerateWhereClause { get; set; }
member this.AutoGenerateWhereClause : bool with get, set
Public Property AutoGenerateWhereClause As Boolean

Property Value

true if dynamic creation of the Where clause is supported; otherwise, false. The default is false.

Applies to