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

Inheritance: Simple.Generator.Misc.MsSqlResetDbCommand
Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

Méthode Description
Execute ( ) : void
ResetDbCommand ( ) : System

Méthodes protégées

Méthode Description
MakeCreate ( string dbName ) : string
MakeDrop ( string dbName ) : string

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

MakeCreate() protected méthode

protected MakeCreate ( string dbName ) : string
dbName string
Résultat string

MakeDrop() protected méthode

protected MakeDrop ( string dbName ) : string
dbName string
Résultat string

ResetDbCommand() public méthode

public ResetDbCommand ( ) : System
Résultat System