CallSyntax Property

       

Specifies the call syntax used to send the CommandText property to the ADO Command object.

Syntax

object.CallSyntax [=string]

The CallSyntax property syntax has these parts:

Part Description
object An object expression that evaluates to an item in the Applies To list.
string A string expression that specifies the call syntax of the DECommand object, including both source and parameter information.

Remarks

This property is generally used when the source of the DECommand object is either a stored procedure or a parameterized query.