QueryableDataSourceView.AutoGenerateWhereClause Właściwość

Definicja

Pobiera lub ustawia wartość, która wskazuje, czy obiekt skojarzony z bieżącą QueryableDataSourceView kontrolką QueryableDataSource tworzy klauzulę Where dynamiczną.

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

Wartość właściwości

Boolean

trueJeśli dynamiczne tworzenie klauzuli Where jest obsługiwane; w przeciwnym razie . false Wartość domyślna to false.

Dotyczy