Share via


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)

Syntax

protected virtual void DeleteAllResourcesFromSchema(
    TContext context
)
protected:
virtual void DeleteAllResourcesFromSchema(
    TContext context
)
abstract DeleteAllResourcesFromSchema : 
        context:'TContext -> unit
override DeleteAllResourcesFromSchema : 
        context:'TContext -> unit
Protected Overridable Sub DeleteAllResourcesFromSchema (
    context As TContext
)

Parameters

See Also

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

Return to top