DbParameterIDataParameterIsNullable Property |
Gets a value indicating whether the parameter accepts null values.
Namespace: Innovator.Client.ConnectionAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax bool IDataParameter.IsNullable { get; }
Private ReadOnly Property IsNullable As Boolean
Implements IDataParameter.IsNullable
Get
Return Value
Type:
Booleantrue if null values are accepted; otherwise, false. The default is false.
Implements
IDataParameterIsNullableSee Also