Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C90_530qryTotalFundStockDistributions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC90_530qryTotalFundStockDistributions(C90_530qryTotalFundStockDistributions c90_530qryTotalFundStockDistributions)
 {
     base.AddObject("C90_530qryTotalFundStockDistributions", c90_530qryTotalFundStockDistributions);
 }
Example #2
0
 /// <summary>
 /// Create a new C90_530qryTotalFundStockDistributions 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_530qryTotalFundStockDistributions CreateC90_530qryTotalFundStockDistributions(global::System.String amberbrookFundNo, global::System.String fund)
 {
     C90_530qryTotalFundStockDistributions c90_530qryTotalFundStockDistributions = new C90_530qryTotalFundStockDistributions();
     c90_530qryTotalFundStockDistributions.AmberbrookFundNo = amberbrookFundNo;
     c90_530qryTotalFundStockDistributions.Fund = fund;
     return c90_530qryTotalFundStockDistributions;
 }