Initializes a new instance of the ColumnAttribute class.
Namespace: Nemiro.DataAssembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax
Parameters
- columnName
- Type: System String
Field name of the database table.
- dataType
- Type: System Object
Field data type.
- flags
- Type: Nemiro.Data ColumnAttributeFlags
Field flags. Is bitmask of ColumnAttributeFlags.
- size
- Type: System Int32
Maximum field size (in bytes). Zero - no restrictions (default).
- default
- Type: System Object
Default value.
See Also