Knight Data Access Layer
ColumnMappingAttribute Constructor(String,DbType)




KellermanSoftware.NetDataAccessLayer.Attributes Namespace > ColumnMappingAttribute Class > ColumnMappingAttribute Constructor : ColumnMappingAttribute Constructor(String,DbType)
Maps a field to a physical database column
Syntax
Public Function New( _
   ByVal name As String, _
   ByVal columnType As DbType _
)
Dim name As String
Dim columnType As DbType
 
Dim instance As New ColumnMappingAttribute(name, columnType)
public ColumnMappingAttribute( 
   string name,
   DbType columnType
)
public: ColumnMappingAttribute( 
   string* name,
   DbType columnType
)
public:
ColumnMappingAttribute( 
   String^ name,
   DbType columnType
)

Parameters

name
columnType
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
Overload List