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.
DbParameter::IsNullable Property
.NET Framework (current version)
Gets or sets a value that indicates whether the parameter accepts null values.
Assembly: System.Data (in System.Data.dll)
public: [BrowsableAttribute(false)] property bool IsNullable { virtual bool get() abstract; virtual void set(bool value) abstract; }
Property Value
Type: System::Booleantrue if null values are accepted; otherwise false. The default is false.
Implements
IDataParameter::IsNullable
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: