Skip to main content

PostCreateTableAttribute

Run Custom SQL immediately after RDBMS table is created

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class PostCreateTableAttribute : AttributeBase, _Attribute

Properties

Sql

View Source
Declaration
public string Sql { get; set; }

Implements

  • System.Runtime.InteropServices._Attribute