C# Class Widgetsphere.Generator.ProjectItemGenerators.SQLGeneratedBodyHelper.SQLGeneratedInsertBodyHelper

Datei anzeigen Open project: nHydrate/nHydrate

Public Methods

Method Description
GetBody ( Table table, ModelRoot model ) : string

Private Methods

Method Description
AppendInsertionStatement ( StringBuilder sb, Table table, ModelRoot model ) : void
BuildInheritedPKBaseTableVariables ( Table table, ModelRoot model ) : string
BuildInsertColumns ( Table table, ModelRoot model ) : string
BuildInsertColumns ( Table table, ModelRoot model, List pkIdentityList ) : string
BuildInsertSelectWhereStatement ( Table table, ModelRoot model ) : string
BuildInsertValues ( Table table, ModelRoot model ) : string
BuildInsertValues ( Table table, ModelRoot model, List pkIdentityList ) : string

Method Details

GetBody() public static method

public static GetBody ( Table table, ModelRoot model ) : string
table Table
model ModelRoot
return string