ConnectionSettings Constructor (String, String)

 

Initializes a new instance of the ConnectionSettings with a given name and connectionString.

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

public ConnectionSettings(
	string name,
	string connectionString
)

Parameters

name
Type: System.String

The name of the connection string setting.

connectionString
Type: System.String

The actual connection string.

Return to top
Show: