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

Datei anzeigen Open project: nHydrate/nHydrate

Public Methods

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

Private Methods

Method Description
BuildSelectWhereStatement ( Table table ) : string
BuildSetStatement ( Table table, ModelRoot model ) : string
BuildUpdateWhereStatement ( Table table, ModelRoot model, bool isTimeStamp ) : string

Method Details

GetBody() public static method

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