C# Class nHydrate.Generator.SQLInstaller.ProjectItemGenerators.SQLStoredProcedureAll.SQLUpdateComponentTemplate

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

Méthodes publiques

Méthode Description
GenerateContent ( StringBuilder sb ) : void
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

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 nHydrate.Generator.Models.Table
Résultat string

BuildUpdateWhereStatement() protected méthode

protected BuildUpdateWhereStatement ( Table table ) : string
table nHydrate.Generator.Models.Table
Résultat string

GenerateContent() public méthode

public GenerateContent ( StringBuilder sb ) : void
sb StringBuilder
Résultat void

SQLUpdateComponentTemplate() public méthode

public SQLUpdateComponentTemplate ( ModelRoot model, TableComponent currentComponent ) : System
model nHydrate.Generator.Models.ModelRoot
currentComponent nHydrate.Generator.Models.TableComponent
Résultat System