Title here
Summary here
public abstract class Constraint : IConstraint
public Constraint()
public Constraint(IList<string> columnNames)
Type | Name | Description |
---|---|---|
IList<string> | columnNames |
public Constraint(string columnName)
Type | Name | Description |
---|---|---|
string | columnName |
public IList<string> ColumnNames { get; set; }
Type | Description |
---|---|
IList<string> |
public string ConstraintName { get; set; }
Type | Description |
---|---|
string |