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, string aContext )
Function AsyncTableFromCommand ( _ aCommand As String, _ aContext As String _ ) As DataTableFuture
DataTableFuture^ AsyncTableFromCommand( String^ aCommand, String^ aContext )