Share via


DataProviderServices.AdoProvider Property

Gets the name of the ADO.NET provider. That provider is used by all the services that are available from classes that are derived from this class.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property AdoProvider As String
public abstract string AdoProvider { get; }
public:
virtual property String^ AdoProvider {
    String^ get () abstract;
}
abstract AdoProvider : string
abstract function get AdoProvider () : String

Property Value

Type: System.String
The name of the ADO.NET provider.

.NET Framework Security

See Also

Reference

DataProviderServices Class

Microsoft.Data.Schema.Extensibility Namespace