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)

Syntax

public static string GetSchemaName()
public:
static String^ GetSchemaName()
static member GetSchemaName : unit -> string
Public Shared Function GetSchemaName As String

Return Value

Type: System.String

Remarks

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

See Also

ServiceSettingsDictionary Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top