Method Nullable
| Improve this Doc View SourceNullable(Boolean)
Declares nullability of this column.
Declaration
public void Nullable(bool isNullable)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isNullable | true if this column is nullable, otherwise false. |