Share via


ClearDatabaseSchemaIfModelChanges<TContext> Constructor ()

 

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.

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

Syntax

public ClearDatabaseSchemaIfModelChanges()
public:
ClearDatabaseSchemaIfModelChanges()
new : unit -> ClearDatabaseSchemaIfModelChanges
Public Sub New

See Also

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

Return to top