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

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

Parameters

commandName
Type: System.String
Command name
commandArguments
Type:System.Object[]
Command arguments (parameters)

Return Value

Type: Object
See Also