ServiceSettingsDictionary.Schema Property

 

Gets or sets the default database schema name. This default database schema name is used for database objects that do not have an explicitly configured schema name.

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

public virtual string Schema { get; set; }

Property Value

Type: System.String
Return to top
Show: