C# Class nHydrate.Generator.SQLInstaller.ProjectItemGenerators.SQLGeneratedBodyHelper

Afficher le fichier Open project: nHydrate/nHydrate

Méthodes publiques

Méthode Description
SQLDeleteBusinessObjectBody ( Table table, ModelRoot model ) : string
SQLInsertBusinessObjectBody ( Table table, ModelRoot model ) : string
SQLPagedSelectBusinessObjectBody ( Table table, ModelRoot model ) : string
SQLUpdateBusinessObjectBody ( Table table, ModelRoot model ) : string

Method Details

SQLDeleteBusinessObjectBody() public static méthode

public static SQLDeleteBusinessObjectBody ( Table table, ModelRoot model ) : string
table nHydrate.Generator.Models.Table
model nHydrate.Generator.Models.ModelRoot
Résultat string

SQLInsertBusinessObjectBody() public static méthode

public static SQLInsertBusinessObjectBody ( Table table, ModelRoot model ) : string
table nHydrate.Generator.Models.Table
model nHydrate.Generator.Models.ModelRoot
Résultat string

SQLPagedSelectBusinessObjectBody() public static méthode

public static SQLPagedSelectBusinessObjectBody ( Table table, ModelRoot model ) : string
table nHydrate.Generator.Models.Table
model nHydrate.Generator.Models.ModelRoot
Résultat string

SQLUpdateBusinessObjectBody() public static méthode

public static SQLUpdateBusinessObjectBody ( Table table, ModelRoot model ) : string
table nHydrate.Generator.Models.Table
model nHydrate.Generator.Models.ModelRoot
Résultat string