示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C10_20tblUnfundedUpdate EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC10_20tblUnfundedUpdate(C10_20tblUnfundedUpdate c10_20tblUnfundedUpdate)
 {
     base.AddObject("C10_20tblUnfundedUpdate", c10_20tblUnfundedUpdate);
 }
示例#2
0
 /// <summary>
 /// Create a new C10_20tblUnfundedUpdate object.
 /// </summary>
 /// <param name="transactionID">Initial value of the TransactionID property.</param>
 public static C10_20tblUnfundedUpdate CreateC10_20tblUnfundedUpdate(global::System.Int32 transactionID)
 {
     C10_20tblUnfundedUpdate c10_20tblUnfundedUpdate = new C10_20tblUnfundedUpdate();
     c10_20tblUnfundedUpdate.TransactionID = transactionID;
     return c10_20tblUnfundedUpdate;
 }