Ejemplo n.º 1
0
 public bool Contains(string schema, string tableName)
 {
     return(Contains(SchemaAndTableName.Concat(schema, tableName)));
 }
Ejemplo n.º 2
0
 public SqlTable GetTable(string schema, string tableName)
 {
     return(Tables[SchemaAndTableName.Concat(schema, tableName)]);
 }