C# Class Widgetsphere.Generator.ProjectItemGenerators.DatabaseSchema.SQLUpdateComponentTemplate

Inheritance: BaseDbScriptTemplate
Afficher le fichier Open project: nHydrate/nHydrate Class Usage Examples

Méthodes publiques

Méthode Description
SQLUpdateComponentTemplate ( ModelRoot model, TableComponent currentComponent ) : System

Méthodes protégées

Méthode Description
BuildParameterList ( ) : string
BuildSelectWhereStatement ( ) : string
BuildSetStatement ( Table table ) : string
BuildUpdateWhereStatement ( Table table ) : string

Private Methods

Méthode Description
GenerateContent ( ) : void

Method Details

BuildParameterList() protected méthode

protected BuildParameterList ( ) : string
Résultat string

BuildSelectWhereStatement() protected méthode

protected BuildSelectWhereStatement ( ) : string
Résultat string

BuildSetStatement() protected méthode

protected BuildSetStatement ( Table table ) : string
table Table
Résultat string

BuildUpdateWhereStatement() protected méthode

protected BuildUpdateWhereStatement ( Table table ) : string
table Table
Résultat string

SQLUpdateComponentTemplate() public méthode

public SQLUpdateComponentTemplate ( ModelRoot model, TableComponent currentComponent ) : System
model ModelRoot
currentComponent TableComponent
Résultat System