Knight Data Access Layer
TableMappingAttribute Class
Members 




KellermanSoftware.NetDataAccessLayer.Attributes Namespace : TableMappingAttribute Class
Defines the name of the physical table that represents rows of this object.
Syntax
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=False)>
Public NotInheritable Class TableMappingAttribute 
   Inherits System.Attribute
Dim instance As TableMappingAttribute
[AttributeUsage(AttributeTargets.Class, AllowMultiple=false)]
public sealed class TableMappingAttribute : System.Attribute 
[AttributeUsage(AttributeTargets.Class, AllowMultiple=false)]
public __gc __sealed class TableMappingAttribute : public System.Attribute 
[AttributeUsage(AttributeTargets.Class, AllowMultiple=false)]
public ref class TableMappingAttribute sealed : public System.Attribute 
Example
[TableMapping("tblCustomers")]
Inheritance Hierarchy

System.Object
   System.Attribute
      KellermanSoftware.NetDataAccessLayer.Attributes.TableMappingAttribute

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 Members
KellermanSoftware.NetDataAccessLayer.Attributes Namespace