dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnectionStringBuilder Class / ConnectionReset Property

In This Topic
    ConnectionReset Property
    In This Topic
    Gets or sets a Boolean value that indicates whether the connection is reset when drawn from the connection pool.
    Syntax
    'Declaration
     
    Public Property ConnectionReset As Boolean
    public bool ConnectionReset {get; set;}

    Property Value

    If true, the connection is reset when drawn from the connection pool; otherwise, false.
    Remarks
    This property corresponds to the "Connection Reset" key within the connection string.
    See Also