SqlDataSource::CancelSelectOnNullParameter Property
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
public: property bool CancelSelectOnNullParameter { virtual bool get(); virtual void set(bool value); }
Property Value
Type: System::Booleantrue if a data retrieval operation is canceled when a parameter contained in the SelectParameters collection evaluated to null; otherwise, false. The default is true.
The value of the CancelSelectOnNullParameter property is stored in view state.
.NET Framework
Available since 2.0
Available since 2.0
Show: