CustomFieldAttribute
Create RDBMS using Custom SQL Data Type
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Property)]
public class CustomFieldAttribute : AttributeBase, _Attribute
Properties
Sql
View Source
Declaration
public string Sql { get; set; }
Order
View Source
Declaration
public int Order { get; set; }
Implements
System.Runtime.InteropServices._Attribute