Overload List
| Name | Description | |
|---|---|---|
| ColumnAttribute(String, SqlDbType) | 
            Initializes a new instance of the ColumnAttribute class with specifying the field name and data type of SQL Server.
              | |
| ColumnAttribute(String, Object) | 
            Initializes a new instance of the ColumnAttribute class with specifying the field name and data type.
              | |
| ColumnAttribute(String, SqlDbType, ColumnAttributeFlags) | 
            Initializes a new instance of the ColumnAttribute class with specifying the field name, data type of SQL Server and flags.
              | |
| ColumnAttribute(String, Object, ColumnAttributeFlags) | 
            Initializes a new instance of the ColumnAttribute class with specifying the field name, data type and flags..
              | |
| ColumnAttribute(String, Object, ColumnAttributeFlags, Int32, Object) | 
            Initializes a new instance of the ColumnAttribute class.
              | 
See Also