public override DataTable GetSchema(string collectionName)
 {
     return(SchemaCollections.GetSchema(this, collectionName));
 }
 public override DataTable GetSchema(string collectionName, string[] restrictionValues)
 {
     return(SchemaCollections.GetSchema(this, collectionName, restrictionValues));
 }
 public override DataTable GetSchema()
 {
     return(SchemaCollections.GetSchema(this));
 }