dotConnect for BigCommerce Documentation
Devart.Common Namespace / DbParameterBaseCollection Class / Count Property

On this page
    Count Property
    On this page
    Gets the number of DbParameterBase objects in the collection.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Count As Integer
    public override int Count {get;}

    Property Value

    The number of DbParameterBase objects in the collection.
    See Also