ClearDatabaseSchemaAlways(Of TContext) Constructor

 

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

NameDescription
System_CAPS_pubmethodClearDatabaseSchemaAlways(Of TContext)()

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

System_CAPS_pubmethodClearDatabaseSchemaAlways(Of TContext)(String)

Initializes a new instance of the ClearDatabaseSchemaAlways(Of TContext) class with a given schema.

Return to top
Show: