public TableInfo TryReadTableSchema(string schemaName, string tableName) { return(wrappedReader.TryReadTableSchema(schemaName, tableName)); }