Udostępnij za pośrednictwem


ClearDatabaseSchemaAlways<TContext>.DeleteAllResourcesFromSchema Method

Definition

DELETE all resources from the Schema.

protected virtual void DeleteAllResourcesFromSchema (TContext context);
abstract member DeleteAllResourcesFromSchema : 'Context -> unit
override this.DeleteAllResourcesFromSchema : 'Context -> unit
Protected Overridable Sub DeleteAllResourcesFromSchema (context As TContext)

Parameters

context
TContext

The DbContext.

Applies to