Gets the name of the procedure that the SQL Server error occurred in.
[Visual Basic] Public ReadOnly Property Procedure As String [C#] public string Procedure {get;} [C++] public: __property String* get_Procedure(); [JScript] public function get Procedure() : String;
The name of the procedure.
This is a wrapper for the Procedure property of the first SQLError in the Errors property.
SQLException Class | SQLException Members | System.Data.SQL Namespace | Number | State | Class | Server | Source | Message | LineNumber