ClearDatabaseSchemaIfModelChanges<TContext> Constructor (String^)

 

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

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

public:
ClearDatabaseSchemaIfModelChanges(
	String^ schema
)

Parameters

schema
Type: System::String^

The schema to DELETE all resources from in case the model has changed.

Return to top
Show: