ColumnAttribute Constructor Nemiro.Data.dll
Overload List

  NameDescription
Public methodColumnAttribute(String, SqlDbType)
Initializes a new instance of the ColumnAttribute class with specifying the field name and data type of SQL Server.
Public methodColumnAttribute(String, Object)
Initializes a new instance of the ColumnAttribute class with specifying the field name and data type.
Public methodColumnAttribute(String, SqlDbType, ColumnAttributeFlags)
Initializes a new instance of the ColumnAttribute class with specifying the field name, data type of SQL Server and flags.
Public methodColumnAttribute(String, Object, ColumnAttributeFlags)
Initializes a new instance of the ColumnAttribute class with specifying the field name, data type and flags..
Public methodColumnAttribute(String, Object, ColumnAttributeFlags, Int32, Object)
Initializes a new instance of the ColumnAttribute class.
Top
See Also