PreCreateTableAttribute
Run Custom SQL immediately before RDBMS table is created
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class PreCreateTableAttribute : AttributeBase, _Attribute
Properties
Sql
View Source
Declaration
public string Sql { get; set; }
Implements
System.Runtime.InteropServices._Attribute