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