Exemplo n.º 1
0
 internal TableInfoCollection(SchemaInfo parentSchema) : base(parentSchema, null)
 {
 }
Exemplo n.º 2
0
 internal TableInfoCollection(SchemaInfo parentSchema, IEnumerable <TableInfo> collection)
     : base(parentSchema, collection)
 {
 }