C# Class Rock.Migrations.ConnectionGroupConfig

Inheritance: Rock.Migrations.RockMigration
Mostra file Open project: NewSpring/Rock

Private Properties

Property Type Description

Public Methods

Method Description
Down ( ) : void

Operations to be performed during the downgrade process.

Up ( ) : void

Operations to be performed during the upgrade process.

Method Details

Down() public method

Operations to be performed during the downgrade process.
public Down ( ) : void
return void

Up() public method

Operations to be performed during the upgrade process.
public Up ( ) : void
return void