dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniConnection Class / Provider Property

Provider Property (UniConnection)
Gets or sets the name of the ADO.NET data provider used to access actual data.
Syntax
'Declaration
 
Public Property Provider As String
 

Property Value

Name of the ADO.NET data provider. The default value is an empty string.
Remarks
When you assign a value to this property, the connection is closed, and ConnectionString property is truncated to "Provider=ProviderName" pair.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also