SQLConnection.GetSchemaTable Method (Typed) | |
[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
public virtual DataTable GetSchemaTable(
string cSchema,
string[] aFilter
)
Request Example
View SourceParameters
- cSchema
- Type: String
- aFilter
- Type: String
Return Value
Type:
DataTableSee Also