dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbParameterBaseCollection Class / IsFixedSize Property

In This Topic
    IsFixedSize Property (DbParameterBaseCollection)
    In This Topic
    Indicating whether the collection has a fixed size.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property IsFixedSize As Boolean
    public override bool IsFixedSize {get;}

    Property Value

    true if the collection has a fixed size; otherwise, false.
    See Also