Exemplo n.º 1
0
Arquivo: Key.cs Projeto: psulek/doemd
 protected Key(string name, TableBase owner) : base(name, owner)
 {
 }
Exemplo n.º 2
0
 public ForeignKey(string name, TableBase owner) : base(name, owner)
 {
     this.Columns = new ForeignKeyColumnCollection();
 }