Property IsNullable
| Improve this Doc View SourceIsNullable
Gets a value indicates whether this column is nullable.
Declaration
public bool IsNullable { get; }
Property Value
Type | Description |
---|---|
System.Boolean | true if this column is nullable, otherwise false. |
See Also
Nullable(System.Boolean)