Gets the name of the provider.
[Visual Basic] Public ReadOnly Property Provider As String [C#] public string Provider {get;} [C++] public: __property String* get_Provider(); [JScript] public function get Provider() : String;
The name of the provider.
The following example shows how to create a connection and displays some of its read-only properties.
ADOConnection Class | ADOConnection Members | System.Data.ADO Namespace