Click or drag to resize
DbParameterIDataParameterIsNullable Property
Gets a value indicating whether the parameter accepts null values.

Namespace: Innovator.Client.Connection
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
bool IDataParameter.IsNullable { get; }

Return Value

Type: Boolean
true if null values are accepted; otherwise, false. The default is false.

Implements

IDataParameterIsNullable
See Also