Initializes a new instance of the ColumnAttribute class with specifying the field name and data type of SQL Server.
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.Data SqlDbType
Field data type.
See Also