QueryableDataSourceView.AutoGenerateWhereClause Propriedade

Definição

Obtém ou define um valor que indica se o objeto QueryableDataSourceView associado ao controle QueryableDataSource atual cria uma cláusula Where dinâmica.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

Valor da propriedade

Boolean

true Se houver suporte para a criação dinâmica da Where cláusula; caso contrário, false .true if dynamic creation of the Where clause is supported; otherwise, false. O padrão é false.The default is false.

Aplica-se a