public override DataTable GetSchema(string collectionName, params string[] constraints)
 {
     return(DelegatedConnection.GetSchema(collectionName, constraints));
 }