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

In This Topic
Provider Property (UniConnectionStringBuilder)
In This Topic
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 UniConnectionStringBuilder properties are reset and ConnectionString property is truncated to "Provider=ProviderName".
See Also