Property | Type | Description |
---|
Method | Description | |
---|---|---|
ValidateArguments ( ) : void |
Method | Description | |
---|---|---|
GetConnectionFromEnvironment ( NuGetGallery.Operations.DeploymentEnvironment environment ) : System.Data.SqlClient.SqlConnectionStringBuilder | ||
OpenConnection ( ) : |
||
OpenMasterConnection ( ) : |
||
WithConnection ( Func |
||
WithConnection ( SqlExecutor>.Action |
||
WithConnection ( Action |
||
WithMasterConnection ( Func |
||
WithMasterConnection ( SqlExecutor>.Action |
||
WithMasterConnection ( Action |
||
WithTableType ( |
protected abstract GetConnectionFromEnvironment ( NuGetGallery.Operations.DeploymentEnvironment environment ) : System.Data.SqlClient.SqlConnectionStringBuilder | ||
environment | NuGetGallery.Operations.DeploymentEnvironment | |
return | System.Data.SqlClient.SqlConnectionStringBuilder |
protected OpenConnection ( ) : |
||
return |
protected OpenMasterConnection ( ) : |
||
return |
protected WithConnection ( SqlExecutor>.Action |
||
act | SqlExecutor>.Action | |
return | void |
protected WithConnection ( Action |
||
act | Action |
|
return | void |
protected WithMasterConnection ( Func |
||
act | Func |
|
return | bool |
protected WithMasterConnection ( SqlExecutor>.Action |
||
act | SqlExecutor>.Action | |
return | void |
protected WithMasterConnection ( Action |
||
act | Action |
|
return | void |
protected static WithTableType ( |
||
connection | ||
name | string | |
definition | string | |
act | System.Action | |
return | void |