示例#1
0
 internal TableInfoCollection(SchemaInfo parentSchema) : base(parentSchema, null)
 {
 }
示例#2
0
 internal TableInfoCollection(SchemaInfo parentSchema, IEnumerable <TableInfo> collection)
     : base(parentSchema, collection)
 {
 }