ServiceSettingsDictionary.GetSchemaName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 "_".