예제 #1
0
 public static int AddSchemaScriptHistory(
     Guid applicationId,
     string scriptFile,
     DateTime runTime,
     bool errorOccurred,
     string errorMessage,
     string scriptBody)
 {
     return(DBPortal.SchemaScriptHistoryAddSchemaScriptHistory(
                applicationId,
                scriptFile,
                runTime,
                errorOccurred,
                errorMessage,
                scriptBody));
 }