ConnectionSettings.Provider Property

 

Gets or sets the provider to be used by this connection string, e.g. System.Data.SqlClient.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public string Provider {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.String
Return to top
Show: