C# 클래스 Widgetsphere.Generator.ProjectItemGenerators.SQLGeneratedBodyHelper.SQLGeneratedInsertBodyHelper

파일 보기 프로젝트 열기: nHydrate/nHydrate

공개 메소드들

메소드 설명
GetBody ( Table table, ModelRoot model ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

GetBody() 공개 정적인 메소드

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