Description
CommandParams is a collection of CommandParam objects.
| |||
API Command Params | |||
Command Params Collection
SAP® B1 DI-API C# definitionpublic class CommandParamsClass : ICommandParams, CommandParams, IEnumerable
{
public virtual int Count
{
get;
}
public extern CommandParamsClass();
public virtual extern IEnumerator GetEnumerator();
public virtual extern CommandParam Item( object Index);
} Related informationCommand Param CommandParam Object CommandParam is a child object of the Command object and used to retrieve single parameter of the stored procedure. ![]() |
|||
SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates |