The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IDataParameter::IsNullable Property
.NET Framework (current version)
Gets a value indicating whether the parameter accepts null values.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::Booleantrue if null values are accepted; otherwise, false. The default is false.
The following example creates an instance of the implementing class, SqlParameter, and sets some of its properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: