Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C90_510qryTotalFundCapitalCalls EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC90_510qryTotalFundCapitalCalls(C90_510qryTotalFundCapitalCalls c90_510qryTotalFundCapitalCalls)
 {
     base.AddObject("C90_510qryTotalFundCapitalCalls", c90_510qryTotalFundCapitalCalls);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new C90_510qryTotalFundCapitalCalls 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_510qryTotalFundCapitalCalls CreateC90_510qryTotalFundCapitalCalls(global::System.String amberbrookFundNo, global::System.String fund)
 {
     C90_510qryTotalFundCapitalCalls c90_510qryTotalFundCapitalCalls = new C90_510qryTotalFundCapitalCalls();
     c90_510qryTotalFundCapitalCalls.AmberbrookFundNo = amberbrookFundNo;
     c90_510qryTotalFundCapitalCalls.Fund = fund;
     return c90_510qryTotalFundCapitalCalls;
 }