コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SubTable_Eng EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSubTable_Eng(SubTable_Eng subTable_Eng)
 {
     base.AddObject("SubTable_Eng", subTable_Eng);
 }
コード例 #2
0
 /// <summary>
 /// Create a new SubTable_Eng object.
 /// </summary>
 /// <param name="mainTable">Initial value of the MainTable property.</param>
 /// <param name="subTable">Initial value of the SubTable property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="logDate">Initial value of the LogDate property.</param>
 public static SubTable_Eng CreateSubTable_Eng(global::System.String mainTable, global::System.String subTable, global::System.String userId, global::System.DateTime logDate)
 {
     SubTable_Eng subTable_Eng = new SubTable_Eng();
     subTable_Eng.MainTable = mainTable;
     subTable_Eng.SubTable = subTable;
     subTable_Eng.UserId = userId;
     subTable_Eng.LogDate = logDate;
     return subTable_Eng;
 }