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