ClearDatabaseSchemaAlways<TContext> Constructor (String)
Initializes a new instance of the ClearDatabaseSchemaAlways<TContext> class with a given schema.
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service.Entity (in Microsoft.WindowsAzure.Mobile.Service.Entity.dll)
Syntax
public ClearDatabaseSchemaAlways(
string schema
)
public:
ClearDatabaseSchemaAlways(
String^ schema
)
new :
schema:string -> ClearDatabaseSchemaAlways
Public Sub New (
schema As String
)
Parameters
schema
Type: System.StringThe schema to DELETE all resources from regardless of whether the model has changed.
See Also
ClearDatabaseSchemaAlways<TContext> Overload
ClearDatabaseSchemaAlways<TContext> Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top