| IDataProviderProcessCommand Method  | 
            Sends the specific command with arguments to the provider.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
SyntaxObject ProcessCommand(
	string commandName,
	Object[] commandArguments
)
Parameters
- commandName
 - Type: SystemString
Command name - commandArguments
 - Type: SystemObject
Command arguments (parameters) 
Return Value
Type: 
Object
See Also