TableAttribute ClassNemiro.Data.dll
Indicates that the class implements database table.
Inheritance Hierarchy

System Object
  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

public class TableAttribute : Attribute

The TableAttribute type exposes the following members.

Constructors

  NameDescription
Public methodTableAttribute(String)
Initializes a new instance of the TableAttribute class with specified a table name.
Public methodTableAttribute(String, String)
Initializes a new instance of the TableAttribute class.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Attribute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyConnectionString
Connection string (optional).
Public propertyTableName
Name of the table, which is implemented in the class.
Public propertyTypeId (Inherited from Attribute.)
Top
Remarks

This attribute marks the class inherited from BaseObject.

See Also