BMXNET 4.0 Developer API

Answer True if aString is a standard BMX ADO SS command that uses the BMX ADO SCHEMA files

Namespace:  IndianHealthService.BMXNet
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
bool IsBmxAdoCommand(
	string aString
)
Function IsBmxAdoCommand ( _
	aString As String _
) As Boolean
bool IsBmxAdoCommand(
	String^ aString
)

Parameters

aString
String
The command to be examined

Return Value

True if it complied, otherwise false

Remarks

This is mostly used by the framework but exposed for potential use.

See Also