System.Web.UI.WebControls.SqlDataSourceView.CancelSelectOnNullParameter Property

Gets or sets a value indicating whether a data retrieval operation is canceled when any parameter that is contained in the SqlDataSourceView.SelectParameters collection evaluates to null.

Syntax

public bool CancelSelectOnNullParameter { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The value of the SqlDataSource.CancelSelectOnNullParameter property is stored in view state.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0