Gets or sets whether the parameter accepts nulls.
[Visual Basic] ReadOnly Property IsNullable As Boolean [C#] bool IsNullable {get;} [C++] bool get_IsNullable() = 0; [JScript] abstract function get IsNullable() : Boolean;
true if nulls are accepted, otherwise false. The default is false.
IDataParameter Interface | IDataParameter Members | System.Data Namespace