Mindscape LightSpeed - User Reference & API Documentation
TableAttribute Class
API ReferenceMindscape.LightSpeedTableAttribute
Signals that a class should use a custom table mapping. See also INamingStrategy for performing database wide naming schemes.
Declaration Syntax
C#Visual Basic
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class TableAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False, Inherited := True)> _
Public NotInheritable Class TableAttribute _
	Inherits Attribute
Members
All MembersConstructorsProperties



IconMemberDescription
TableAttribute(String)
Initializes a new instance of the TableAttribute class.

IdColumnName
Gets or sets the name of the Id column in the underlying table.

Name
Gets the target table name.

Inheritance Hierarchy
Object
Attribute
 TableAttribute

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)