Click or drag to resize
AbstractDataProviderProcessCommand Method
Sends the specific command with arguments to the provider.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual Object ProcessCommand(
	string commandName,
	Object[] commandArguments
)

Parameters

commandName
Type: SystemString
Command name
commandArguments
Type: SystemObject
Command arguments (parameters)

Return Value

Type: Object

Implements

IDataProviderProcessCommand(String, Object)
See Also