SqlDataSource.CancelSelectOnNullParameter Property

Definition

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

public:
 virtual property bool CancelSelectOnNullParameter { bool get(); void set(bool value); };
public virtual bool CancelSelectOnNullParameter { get; set; }
member this.CancelSelectOnNullParameter : bool with get, set
Public Overridable Property CancelSelectOnNullParameter As Boolean

Property Value

true if a data retrieval operation is canceled when a parameter contained in the SelectParameters collection evaluated to null; otherwise, false. The default is true.

Remarks

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

Applies to

See also