Class DatabaseFieldAttribute
A field decorated with this attribute represents a field in a database table, and should only appear in a class decorated with DatabaseTableAttribute.
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public class DatabaseFieldAttribute : Attribute, _Attribute
Constructors
DatabaseFieldAttribute(String)
Declaration
public DatabaseFieldAttribute(string fieldName)
Parameters
Type | Name | Description |
---|---|---|
String | fieldName |
Properties
FieldName
Declaration
public string FieldName { get; }
Property Value
Type | Description |
---|---|
String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)