NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ADOParameter.IsNullable

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);

Property Value

true if nulls are accepted, otherwise false. The default is false.

See Also

ADOParameter Class | ADOParameter Members | System.Data.ADO Namespace