Knight Data Access Layer
TableMappingAttribute Constructor(String,String)




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

Parameters

name
The name of the physical table.
schema
The schema or owner for the 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