Gets or sets whether the parameter accepts nulls.
[Visual Basic] Overridable Public Property IsNullable As Boolean [C#] public bool IsNullable {virtual get; set;} [C++] public: __property virtual bool get_IsNullable(); public: __property void set_IsNullable(bool); [JScript] public function get IsNullable() : Boolean; public function set IsNullable(Boolean);
true if nulls are accepted, otherwise false. The default is false.
SQLParameter Class | SQLParameter Members | System.Data.SQL Namespace