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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.