Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the WdBM EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToWdBM(WdBM wdBM)
 {
     base.AddObject("WdBM", wdBM);
 }
Пример #2
0
 /// <summary>
 /// Create a new WdBM object.
 /// </summary>
 /// <param name="bID">Initial value of the BID property.</param>
 public static WdBM CreateWdBM(global::System.Int64 bID)
 {
     WdBM wdBM = new WdBM();
     wdBM.BID = bID;
     return wdBM;
 }