Exemple #1
0
 public Key(Microsoft.Matrix.Packages.DBAdmin.DBEngine.Table table)
 {
     if (table == null)
     {
         throw new ArgumentNullException("table");
     }
     this._table = table;
 }
Exemple #2
0
 protected Column(Microsoft.Matrix.Packages.DBAdmin.DBEngine.Table table)
 {
     this._table = table;
 }