Share via


ClearDatabaseSchemaIfModelChanges<TContext> Constructor

 

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

Overload List

Name Description
System_CAPS_pubmethod ClearDatabaseSchemaIfModelChanges<TContext>()

Initializes a new instance of the ClearDatabaseSchemaAlways<TContext> that will DELETE all resources from the default schema derived from the service name in case the model has changed.

System_CAPS_pubmethod ClearDatabaseSchemaIfModelChanges<TContext>(String)

Initializes a new instance of the ClearDatabaseSchemaIfModelChanges<TContext> class with a given schema.

See Also

ClearDatabaseSchemaIfModelChanges<TContext> Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top