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.
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public class DatabaseFieldAttribute : Attribute
Constructors
DatabaseFieldAttribute(string)
A field decorated with this attribute represents a field in a database table, and should only appear in a class decorated with DatabaseTableAttribute.
Declaration
public DatabaseFieldAttribute(string fieldName)
Parameters
Type | Name | Description |
---|---|---|
string | fieldName |
Properties
FieldName
A field decorated with this attribute represents a field in a database table, and should only appear in a class decorated with DatabaseTableAttribute.
Declaration
public string FieldName { get; }
Property Value
Type | Description |
---|---|
string |