Share via


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)

Syntax

public string Provider {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ Provider {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member Provider : string with get, set
Public Property Provider As String

Property Value

Type: System.String

See Also

ConnectionSettings Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top