Click or drag to resize
AbstractDataProviderProcessCommand Method

Note: This API is now obsolete.

Sends the specific command with arguments to the provider.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
[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: Object

Implements

IDataProviderProcessCommand(String, Object)
See Also