ColumnAttribute Constructor (String, Object)Nemiro.Data.dll
Initializes a new instance of the ColumnAttribute class with specifying the field name and data type.

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
)

Parameters

columnName
Type: System String
dataType
Type: System Object
See Also