영문화완료
This commit is contained in:
8
Handler/Project/dsWMS.Designer.cs
generated
8
Handler/Project/dsWMS.Designer.cs
generated
@@ -726,7 +726,7 @@ namespace Project {
|
||||
return ((decimal)(this[this.tableVW_GET_MAX_QTY_VENDOR_LOT.QTYColumn]));
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'VW_GET_MAX_QTY_VENDOR_LOT\' 테이블의 \'QTY\' 열의 값이 DBNull입니다.", e);
|
||||
throw new global::System.Data.StrongTypingException("The value for the 'QTY' column in the 'VW_GET_MAX_QTY_VENDOR_LOT' table is DBNull.", e);
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -1297,8 +1297,8 @@ namespace Project.dsWMSTableAdapters {
|
||||
}
|
||||
global::System.Data.IDbConnection workConnection = this.Connection;
|
||||
if ((workConnection == null)) {
|
||||
throw new global::System.ApplicationException("TableAdapterManager에 연결 정보가 없습니다. 각 TableAdapterManager TableAdapter 속성을 올바른 Tabl" +
|
||||
"eAdapter 인스턴스로 설정하십시오.");
|
||||
throw new global::System.ApplicationException("TableAdapterManager does not have connection information. Set each TableAdapterManager TableAdapter property to a valid Tabl" +
|
||||
"eAdapter instance.");
|
||||
}
|
||||
bool workConnOpened = false;
|
||||
if (((workConnection.State & global::System.Data.ConnectionState.Broken)
|
||||
@@ -1311,7 +1311,7 @@ namespace Project.dsWMSTableAdapters {
|
||||
}
|
||||
global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction();
|
||||
if ((workTransaction == null)) {
|
||||
throw new global::System.ApplicationException("트랜잭션을 시작할 수 없습니다. 현재 데이터 연결에서 트랜잭션이 지원되지 않거나 현재 상태에서 트랜잭션을 시작할 수 없습니다.");
|
||||
throw new global::System.ApplicationException("Cannot start a transaction. The current data connection does not support transactions or cannot start a transaction in the current state.");
|
||||
}
|
||||
global::System.Collections.Generic.List<global::System.Data.DataRow> allChangedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
||||
global::System.Collections.Generic.List<global::System.Data.DataRow> allAddedRows = new global::System.Collections.Generic.List<global::System.Data.DataRow>();
|
||||
|
||||
Reference in New Issue
Block a user