ServiceSettingsDictionary.GetSchemaName Method ()

 

Gets the Database schema name from configuration. If an application setting with the key MS_TableSchema is set then that is used. Otherwise, if a setting with the key MS_MobileServiceName with set then that is used.

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

Public Shared Function GetSchemaName As String

Return Value

Type: System.String

When generating the schema name using the MS_MobileServiceName, invalid schema characters such as "-" are replaced with "_".

Return to top
Show: