C# Class Utilities.Utils

Mostra file Open project: jasonhuber/devryweb460store

Public Methods

Method Description
AddToSQLClause ( string &P_str, string P_seperator, string P_columnName, string P_parmValue ) : void
AddToSQLInsertStrings ( string &P_column, string &P_valueStr, string P_colStr, string P_valStr ) : void
AddToSQLString ( string &P_str, string P_addStr ) : void

Method Details

AddToSQLClause() public static method

public static AddToSQLClause ( string &P_str, string P_seperator, string P_columnName, string P_parmValue ) : void
P_str string
P_seperator string
P_columnName string
P_parmValue string
return void

AddToSQLInsertStrings() public static method

public static AddToSQLInsertStrings ( string &P_column, string &P_valueStr, string P_colStr, string P_valStr ) : void
P_column string
P_valueStr string
P_colStr string
P_valStr string
return void

AddToSQLString() public static method

public static AddToSQLString ( string &P_str, string P_addStr ) : void
P_str string
P_addStr string
return void