Exemplo n.º 1
0
 protected Constraint(ConstraintKey key, string table, string column) : this(key)
 {
     Table  = table;
     Column = column;
 }
Exemplo n.º 2
0
 protected Constraint(ConstraintKey key)
 {
     ConstraintKey = key;
 }