Click or drag to resize

SQLConnection.GetSchemaTable Method (Typed)

X#

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

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

Parameters

cSchema
Type: String
aFilter
Type: String

Return Value

Type: DataTable
See Also