SQLConnection.GetSchemaTable Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.21
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