ServiceSettingsDictionary.GetSchemaName Method

Definition

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.

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

Returns

Remarks

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

Applies to