/// <summary>
 /// 创建新的 View_tblStockInSheet_Accounting_Dic 对象。
 /// </summary>
 /// <param name="dicID">DicID 属性的初始值。</param>
 /// <param name="dicDode">DicDode 属性的初始值。</param>
 public static View_tblStockInSheet_Accounting_Dic CreateView_tblStockInSheet_Accounting_Dic(global::System.Guid dicID, global::System.String dicDode)
 {
     View_tblStockInSheet_Accounting_Dic view_tblStockInSheet_Accounting_Dic = new View_tblStockInSheet_Accounting_Dic();
     view_tblStockInSheet_Accounting_Dic.DicID = dicID;
     view_tblStockInSheet_Accounting_Dic.DicDode = dicDode;
     return view_tblStockInSheet_Accounting_Dic;
 }
 /// <summary>
 /// 用于向 View_tblStockInSheet_Accounting_Dic EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet&lt;T&gt; 属性的 .Add 方法。
 /// </summary>
 public void AddToView_tblStockInSheet_Accounting_Dic(View_tblStockInSheet_Accounting_Dic view_tblStockInSheet_Accounting_Dic)
 {
     base.AddObject("View_tblStockInSheet_Accounting_Dic", view_tblStockInSheet_Accounting_Dic);
 }