WebConfigDocument.GetConnectionStrings Method ()
Gets the set of connection string provided by the configuration file.
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.
Show: