SqlDataSource.CancelSelectOnNullParameter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.