C# Class Example.Project.Tools.Database.ResetDbCommand

Inheritance: Simple.Generator.Misc.MsSqlResetDbCommand
Show file Open project: juanplopes/simple

Public Methods

Method Description
Execute ( ) : void
ResetDbCommand ( ) : System

Protected Methods

Method Description
MakeCreate ( string dbName ) : string
MakeDrop ( string dbName ) : string

Method Details

Execute() public method

public Execute ( ) : void
return void

MakeCreate() protected method

protected MakeCreate ( string dbName ) : string
dbName string
return string

MakeDrop() protected method

protected MakeDrop ( string dbName ) : string
dbName string
return string

ResetDbCommand() public method

public ResetDbCommand ( ) : System
return System