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