Share via


EntityConnectionStringBuilder.Provider Property

Definition

Gets or sets the name of the underlying .NET Framework data provider in the connection string.

[System.ComponentModel.DisplayName("Provider")]
[System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.All)]
public string Provider { get; set; }
member this.Provider : string with get, set
Public Property Provider As String

Property Value

The invariant name of the underlying .NET Framework data provider.

Attributes

Applies to