Class DatabaseTableAttribute
A class decorated with this attribute represents a table in the database
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public class DatabaseTableAttribute : Attribute
Constructors
DatabaseTableAttribute(string)
A class decorated with this attribute represents a table in the database
Declaration
public DatabaseTableAttribute(string tableName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tableName |
Properties
TableName
A class decorated with this attribute represents a table in the database
Declaration
public string TableName { get; }
Property Value
| Type | Description |
|---|---|
| string |