Click or drag to resize

SQLConnection.GetSchema Method (Typed)

X#

[Missing <include> target documentation in 'M:XSharp.VO.SDK.SQLConnection.GetSchema(System.String,System.String[])'. File: 'Sql.xml' Path: 'doc/SQLConnection.GetSchema/*']

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetSchema(
	cSchema AS STRING,
	aFilter AS STRING[]
) AS SQLCatalogQuery
Request Example View Source

Parameters

cSchema
Type: String
aFilter
Type: String

Return Value

Type: SQLCatalogQuery
See Also