DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / DbParameterCollection Property

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