Title here
Summary here
Tries to remove all database objects from the given schema(s). Currently only SqlServer and Oracle support this task.
CleanUpSchemaTask.CleanUp("demo");
Type | Name | Description |
---|---|---|
string | schemaName |
The name of the schema
Type | Description |
---|---|
string |
The sql code that is used to clean up the schema.
Type | Description |
---|---|
string |
Runs the sql to clean up the user schema. (Oracle only)
Runs the sql to clean up the user schema.
Type | Name | Description |
---|---|---|
IConnectionManager | connectionManager | The connection manager of the database you want to connect |
Runs the sql to clean up a schema.(Oracle and SqlServer only)
Type | Name | Description |
---|---|---|
IConnectionManager | connectionManager | The connection manager of the database you want to connect |
string | schemaName | The name of the schema |
Runs the sql to clean up a schema. (Oracle and SqlServer only)
Type | Name | Description |
---|---|---|
string | schemaName | The name of the schema |