SchemaZen.Library.Models.ForeignKey.ScriptDrop C# (CSharp) Method

ScriptDrop() public method

public ScriptDrop ( ) : string
return string
		public string ScriptDrop() {
			return string.Format("ALTER TABLE [{0}].[{1}] DROP CONSTRAINT [{2}]\r\n", Table.Owner, Table.Name, Name);
		}
	}