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!

IDataParameter.IsNullable

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;

Property Value

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

See Also

IDataParameter Interface | IDataParameter Members | System.Data Namespace