DataConnectionFactoryProcessCommand Method |
Sends the specific command with arguments to the provider.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax public static Object ProcessCommand(
string commandName,
Object[] commandArguments
)
Parameters
- commandName
- Type: SystemString
Command name - commandArguments
- Type: SystemObject
Command arguments (parameters)
Return Value
Type:
ObjectSee Also