Knight Data Access Layer
ColumnType Property




KellermanSoftware.NetDataAccessLayer.Attributes Namespace > ColumnMappingAttribute Class : ColumnType Property
Get the database type for the column
Syntax
Public ReadOnly Property ColumnType As DbType
Dim instance As ColumnMappingAttribute
Dim value As DbType
 
value = instance.ColumnType
public DbType ColumnType {get;}
public: __property DbType get_ColumnType();
public:
property DbType ColumnType {
   DbType get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnMappingAttribute Class
ColumnMappingAttribute Members