IDataProvider.ProcessCommand 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: System.String
Command name - commandArguments
- Type:System.Object[]
Command arguments (parameters)
Return Value
Type:
Object
See Also