ClearDatabaseSchemaAlways<TContext>::DeleteAllResourcesFromSchema Method (TContext)

 

DELETE all resources from the Schema.

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

protected:
virtual void DeleteAllResourcesFromSchema(
	TContext context
)

Parameters

context
Type: TContext

The DbContext.

Return to top
Show: