Skip to main content

PreDropTableAttribute

Run Custom SQL immediately before RDBMS table is dropped

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

Properties

Sql

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

Implements

  • System.Runtime.InteropServices._Attribute