Edit

Share via


ClientConfiguration.AdoInvariant Property

Definition

When using ADO, identifies the underlying data provider for the gateway provider. This three-part naming syntax is also used when creating a new factory and for identifying the provider in an application configuration file so that the provider name, along with its associated connection string, can be retrieved at run time. https://msdn.microsoft.com/en-us/library/dd0w4a2z%28v=vs.110%29.aspx

public string AdoInvariant { get; set; }
member this.AdoInvariant : string with get, set
Public Property AdoInvariant As String

Property Value

Applies to