Procedure Property (SqlError)
 
            
                In This Topic
            
            Gets the name of the stored procedure that generated the error.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public ReadOnly Property Procedure As String
             
        
            
            public string Procedure {get;}
             
        
             
        
            
            
            Property Value
The name of the stored procedure.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also