LinqDataSourceView.AutoGenerateWhereClause Property

Definition

Gets or sets a value that indicates whether the LinqDataSourceView object that is associated with the current LinqDataSource control supports dynamic creation of a 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 the clause generation is supported; otherwise, false. The default is false.

Remarks

When you set the AutoGenerateWhereClause property of the LinqDataSource control, that value is also set for the AutoGenerateWhereClause property of the LinqDataSourceView control. For more information, see the LinqDataSource.AutoGenerateWhereClause property.

Applies to

See also