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.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
When generating the schema name using the MS_MobileServiceName, invalid schema characters such as "-" are replaced with "_".
Show: