Share via


ClearDatabaseSchemaAlways<TContext> Constructor ()

 

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

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

Syntax

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

See Also

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

Return to top