21 namespace Deveel.Data.Sql.Statements {
25 if (String.IsNullOrEmpty(constraintName))
26 throw new ArgumentNullException(
"constraintName");
28 ConstraintName = constraintName;
32 ConstraintName = data.
GetString(
"Constraint");
35 public string ConstraintName {
get;
private set; }
42 data.
SetValue(
"Constraint", ConstraintName);
void GetData(SerializeData data)
void SetValue(string key, Type type, object value)
AlterTableActionType ActionType
DropConstraintAction(ObjectData data)
AlterTableActionType
The possible types of actions in a AlterTableAction expression.
DropConstraintAction(string constraintName)
string GetString(string key)