Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C90_525qryTotalFundCashDistr_total EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC90_525qryTotalFundCashDistr_total(C90_525qryTotalFundCashDistr_total c90_525qryTotalFundCashDistr_total)
 {
     base.AddObject("C90_525qryTotalFundCashDistr_total", c90_525qryTotalFundCashDistr_total);
 }
Example #2
0
 /// <summary>
 /// Create a new C90_525qryTotalFundCashDistr_total object.
 /// </summary>
 /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param>
 public static C90_525qryTotalFundCashDistr_total CreateC90_525qryTotalFundCashDistr_total(global::System.String amberbrookFundNo)
 {
     C90_525qryTotalFundCashDistr_total c90_525qryTotalFundCashDistr_total = new C90_525qryTotalFundCashDistr_total();
     c90_525qryTotalFundCashDistr_total.AmberbrookFundNo = amberbrookFundNo;
     return c90_525qryTotalFundCashDistr_total;
 }