Title here
Summary here
Drops a view. Use DropIfExists to drop a view only if it exists.
Type | Name | Description |
---|---|---|
string | viewName |
Drops a view
Type | Name | Description |
---|---|---|
IConnectionManager | connectionManager | The connection manager of the database you want to connect |
string | viewName | Name of the view to drop |
Drops a view.
Type | Name | Description |
---|---|---|
string | viewName | Name of the view to drop |
Drops a view if the view exists.
Type | Name | Description |
---|---|---|
IConnectionManager | connectionManager | The connection manager of the database you want to connect |
string | viewName | Name of the view to drop |
Drops a view if the view exists.
Type | Name | Description |
---|---|---|
string | viewName | Name of the view to drop |