public override DataTable GetSchema(string collectionName, string[] restrictions) { CheckClosed(); return(_innerConnection.GetSchema(collectionName, restrictions)); }