ColumnAttribute Constructor (String, Object, ColumnAttributeFlags, Int32, Object)Nemiro.Data.dll
Initializes a new instance of the ColumnAttribute class.

Namespace: Nemiro.Data
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public ColumnAttribute(
	string columnName,
	Object dataType,
	ColumnAttributeFlags flags,
	int size,
	Object default
)

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