Knight Data Access Layer
TableMappingAttribute Constructor(String)




KellermanSoftware.NetDataAccessLayer.Attributes Namespace > TableMappingAttribute Class > TableMappingAttribute Constructor : TableMappingAttribute Constructor(String)
The name of the physical table.
Defines the tablemapping for this type.
Syntax
Public Function New( _
   ByVal name As String _
)
Dim name As String
 
Dim instance As New TableMappingAttribute(name)
public TableMappingAttribute( 
   string name
)
public: TableMappingAttribute( 
   string* name
)
public:
TableMappingAttribute( 
   String^ name
)

Parameters

name
The name of the physical table.
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

TableMappingAttribute Class
TableMappingAttribute Members
Overload List