コード例 #1
0
 /// <summary>
 /// 用于向 tblStockInSheetDetail EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet&lt;T&gt; 属性的 .Add 方法。
 /// </summary>
 public void AddTotblStockInSheetDetail(tblStockInSheetDetail tblStockInSheetDetail)
 {
     base.AddObject("tblStockInSheetDetail", tblStockInSheetDetail);
 }
コード例 #2
0
 /// <summary>
 /// 创建新的 tblStockInSheetDetail 对象。
 /// </summary>
 /// <param name="stockInDetailID">StockInDetailID 属性的初始值。</param>
 public static tblStockInSheetDetail CreatetblStockInSheetDetail(global::System.Guid stockInDetailID)
 {
     tblStockInSheetDetail tblStockInSheetDetail = new tblStockInSheetDetail();
     tblStockInSheetDetail.StockInDetailID = stockInDetailID;
     return tblStockInSheetDetail;
 }