![]() |
Public Member Functions | |
| ColumnDbType (string name) | |
| ColumnDbType (string name, int maxLength) | |
| ColumnDbType (string name, int maxLength, bool isNullable, string defaultValue) | |
Properties | |
| string | Name [get, set] |
| int | MaxLength [get, set] |
| string | DefaultValue [get, set] |
| bool | IsNullable [get, set] |