Method | Description | |
---|---|---|
GenerateInsertSql ( string tableName, string fieldNames, bool hasIdentityColumn ) : string |
Method | Description | |
---|---|---|
GenerateInsertSql_FromTemplate ( string insertSqlTemplate, string tableName, string fieldNames ) : string | ||
ParametersListFrom ( string fieldNames ) : string | ||
SqlFieldsListFrom ( string fieldNames ) : string |
public static GenerateInsertSql ( string tableName, string fieldNames, bool hasIdentityColumn ) : string | ||
tableName | string | |
fieldNames | string | |
hasIdentityColumn | bool | |
return | string |