BMXNET 4.0 Developer API
Same as the corresponding TableFromCommand call except a DataTableFuture is returned. See DataTableFuture on how to use a 'Future
Namespace:
IndianHealthService.BMXNetAssembly: BMXNET40 (in BMXNET40.dll)
Syntax
C# | Visual Basic | Visual C++ |
DataTableFuture AsyncTableFromCommand( string aCommand, DataSet aDataSet, string aTableName, string aContext )
Function AsyncTableFromCommand ( _ aCommand As String, _ aDataSet As DataSet, _ aTableName As String, _ aContext As String _ ) As DataTableFuture
DataTableFuture^ AsyncTableFromCommand( String^ aCommand, DataSet^ aDataSet, String^ aTableName, String^ aContext )
Parameters
- aCommand
- String
The name of the RPC
- aDataSet
- DataSet
The DataSet to be populated with a resulting DataTable named aTableNAme
- aTableName
- String
The name of the DataTable in the DataSet to populate or to create
- aContext
- String
The AppContext to set prior to the call