Gets or sets a Boolean value that indicates whether the connection is reset when drawn from the connection pool.
            
            
            
            
            
            
            
            '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.