LinqDataSourceView.AutoGenerateOrderByClause 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 an OrderBy clause.

C#
public bool AutoGenerateOrderByClause { get; set; }

Property Value

true if the clause generation is supported; otherwise, false. The default is false.

Remarks

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

Applies to

Proizvod Verzije
.NET Framework 3.5

See also