Ejemplo n.º 1
0
 public Constraint(Reflected.Field thisField, Reflected.Field otherField, Table table)
 {
     this._thisField = thisField;
     this._otherField = otherField;
     this._table = table;
 }
Ejemplo n.º 2
0
 public void SetPrimaryKey(Reflected.Field primary)
 {
     this._primaryKey = primary;
 }
Ejemplo n.º 3
0
 public Constraint(Reflected.Field thisField, Reflected.Field otherField, Table table)
 {
     this._thisField  = thisField;
     this._otherField = otherField;
     this._table      = table;
 }
Ejemplo n.º 4
0
 public void SetPrimaryKey(Reflected.Field primary)
 {
     this._primaryKey = primary;
 }