IDynamicDataSource.AutoGenerateWhereClause Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy IDynamicDataSource kontrolka dynamicznie tworzy klauzulę Where na podstawie wartości zdefiniowanych w kolekcji WhereParameters .

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

true jeśli kontrolka źródła danych dynamicznie tworzy klauzulę Where ; w przeciwnym razie false.

Dotyczy