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