Title here
Summary here
Checks if a procedure exists.
public sealed class IfProcedureExistsTask : IfExistsTask, ILoggableTask public IfProcedureExistsTask() public IfProcedureExistsTask(string procedureName)| Type | Name | Description |
|---|---|---|
| string | procedureName |
Ćhecks if the procedure exists
public static bool IsExisting(IConnectionManager connectionManager, string procedureName)| Type | Name | Description |
|---|---|---|
| IConnectionManager | connectionManager | The connection manager of the database you want to connect |
| string | procedureName | The procedure name that you want to check for existence |
| Type | Description |
|---|---|
| bool | True if the procedure exists |
Ćhecks if the procedure exists
public static bool IsExisting(string procedureName)| Type | Name | Description |
|---|---|---|
| string | procedureName | The procedure name that you want to check for existence |
| Type | Description |
|---|---|
| bool | True if the procedure exists |