C# Class Shiloh.Persistence.SqlGenerator

Mostra file Open project: ChrisEdwards/Fluency

Public Methods

Method Description
GenerateInsertSql ( string tableName, string fieldNames, bool hasIdentityColumn ) : string

Private Methods

Method Description
GenerateInsertSql_FromTemplate ( string insertSqlTemplate, string tableName, string fieldNames ) : string
ParametersListFrom ( string fieldNames ) : string
SqlFieldsListFrom ( string fieldNames ) : string

Method Details

GenerateInsertSql() public static method

public static GenerateInsertSql ( string tableName, string fieldNames, bool hasIdentityColumn ) : string
tableName string
fieldNames string
hasIdentityColumn bool
return string