Indicates that the class implements database table.
Inheritance Hierarchy
System Attribute
Nemiro.Data TableAttribute
Namespace: Nemiro.Data
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax
The TableAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TableAttribute(String) |
Initializes a new instance of the TableAttribute class with specified a table name.
| |
TableAttribute(String, String) |
Initializes a new instance of the TableAttribute class.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Attribute.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ConnectionString |
Connection string (optional).
| |
TableName |
Name of the table, which is implemented in the class.
| |
TypeId | (Inherited from Attribute.) |
Remarks
This attribute marks the class inherited from BaseObject.
See Also