Advanced.Data.Provider Documentation

AdpParameter.IsNullable Property

[This is preliminary documentation and subject to change.]

Gets or sets a value indicating whether the parameter accepts null values.

[Visual Basic]
NotOverridable Public ReadOnly Property IsNullable As Boolean Implements _
   IDataParameter.IsNullable
[C#]
public bool IsNullable {get;}

Implements

IDataParameter.IsNullable

See Also

AdpParameter Class | Advanced.Data.Provider Namespace