DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceCommand Class / Parameters Property

In This Topic
    Parameters Property (C1SalesforceCommand)
    In This Topic
    The Parameters list of this command.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parameters As C1DbParameterCollection
    public C1DbParameterCollection Parameters {get;}
    See Also