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

In This Topic
    DbParameterCollection Property (C1SalesforceCommand)
    In This Topic
    Get the collection containing all the parameters used by this command
    Syntax
    'Declaration
     
    Protected ReadOnly Property DbParameterCollection As DbParameterCollection
    protected DbParameterCollection DbParameterCollection {get;}
    See Also