Прочитај на енглеском Уреди

Делите путем


LinqDataSourceView.Selecting Event

Definition

Occurs before a data-retrieval operation.

C#
public event EventHandler<System.Web.UI.WebControls.LinqDataSourceSelectEventArgs> Selecting;

Event Type

Remarks

Handle the Selecting event to change values that are used during the data retrieval operation. For more information, see the LinqDataSource.Selecting event.

Applies to

Производ Верзије
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also