dotConnect for QuickBooks Online Documentation
Devart.Data Namespace / SqlShimConnectionStringBuilder Class / IsFixedSize Property

In This Topic
    IsFixedSize Property (SqlShimConnectionStringBuilder)
    In This Topic
    Returns true.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property IsFixedSize As Boolean
    public override bool IsFixedSize {get;}

    Property Value

    Always true.
    Remarks
    The value of this property is always true because connection string can consist of fixed number of keys.
    See Also