Exemple #1
0
 public static object ExecuteSQLCommand(SqlStoreConnection storeConnection, CommandType cmdType, string cmdText, SqlParameter[] parameters, ExecuteType execType)
 {
     return(SqlHelper.ExecuteSQLCommand(storeConnection, cmdType, cmdText, parameters, execType, 30));
 }