C# Class Widgetsphere.Generator.ProjectItemGenerators.SQLStoredProcedureAll.SQLSelectBusinessObjectByRelationTemplate

Inheritance: ISQLGenerate
Mostra file Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
GenerateContent ( StringBuilder sb ) : void
SQLSelectBusinessObjectByRelationTemplate ( ModelRoot model, Table currentTable, Relation relation ) : System

Protected Methods

Method Description
GetValidColumns ( ) : ArrayList

Private Methods

Method Description
AppendFullTemplate ( StringBuilder sb ) : void

Method Details

GenerateContent() public method

public GenerateContent ( StringBuilder sb ) : void
sb StringBuilder
return void

GetValidColumns() protected method

protected GetValidColumns ( ) : ArrayList
return System.Collections.ArrayList

SQLSelectBusinessObjectByRelationTemplate() public method

public SQLSelectBusinessObjectByRelationTemplate ( ModelRoot model, Table currentTable, Relation relation ) : System
model ModelRoot
currentTable Table
relation Relation
return System