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

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

public ColumnAttribute(
	string columnName,
	SqlDbType dataType
)

Parameters

columnName
Type: System String
Field name of the database table.
dataType
Type: System.Data SqlDbType
Field data type.
See Also