| AbstractDataProviderProcessCommand Method  | 
Note: This API is now obsolete.
            Sends the specific command with arguments to the provider.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax[ObsoleteAttribute("Method was not intended for public use and will be removed in the next version.")]
public virtual Object ProcessCommand(
	string commandName,
	Object[] commandArguments
)Parameters
- commandName
 - Type: SystemString
Command name - commandArguments
 - Type: SystemObject
Command arguments (parameters) 
Return Value
Type: 
ObjectImplements
IDataProviderProcessCommand(String, Object)
See Also