DBExecutionParameter IsNullable Property DataBaseExecutors
Is parameter nullable or not.

Namespace: DataBaseExecutors
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

public override bool IsNullable { get; set; }

Property Value

Type: Boolean

Implements

IDataParameter IsNullable
See Also