Class DatabaseTableAttribute
A class decorated with this attribute represents a table in the database
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 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)