SQLCatalogQuery._Open Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD _Open(
oTable AS DataTable
) AS VOID
public virtual void _Open(
DataTable oTable
)
Request Example
View SourceParameters
- oTable
- Type: DataTable
See Also