Show / Hide Table of Contents

Class QueryScope_Extensions

Inheritance
System.Object
QueryScope_Extensions
Namespace: Deephaven.OpenAPI.Client
Assembly: DeephavenOpenAPI.dll
Syntax
public static class QueryScope_Extensions : object

Methods

GetDatabaseCatalog(IQueryScope, Boolean, Boolean, String, String)

Declaration
public static DatabaseCatalog GetDatabaseCatalog(this IQueryScope self, bool systemNamespaces = true, bool userNamespaces = true, string namespaceRegex = null, string tableRegex = null)
Parameters
Type Name Description
IQueryScope self
System.Boolean systemNamespaces
System.Boolean userNamespaces
System.String namespaceRegex
System.String tableRegex
Returns
Type Description
DatabaseCatalog
Back to top Generated by DocFX