MultipleActiveResultSets Property
 
            
                In This Topic
            
            Determines whether the application can maintain multiple active result sets (MARS) or all result sets from one batch must be processsed or cancelled before any other batch can be executed on a connection.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property MultipleActiveResultSets As Boolean
             
        
            
            public bool MultipleActiveResultSets {get; set;}
             
        
             
        
            
            
            Property Value
true, if the application can maintain multiple active result sets; otherwise, 
false.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also