WebConfigDocument.GetConnectionStrings Method ()

 

Gets the set of connection string provided by the configuration file.

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

Public Overridable Function GetConnectionStrings As IDictionary(Of String, ConnectionStringSettings)

Return Value

Type: System.Collections.Generic.IDictionary(Of String, ConnectionStringSettings)

An IDictionary(Of TKey, TValue) containing the connection strings.

Return to top
Show: