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