Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Dependents EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDependents(Dependent dependent)
 {
     base.AddObject("Dependents", dependent);
 }
Пример #2
0
 /// <summary>
 /// Create a new Dependent object.
 /// </summary>
 /// <param name="essn">Initial value of the Essn property.</param>
 /// <param name="dependent_name">Initial value of the Dependent_name property.</param>
 public static Dependent CreateDependent(global::System.String essn, global::System.String dependent_name)
 {
     Dependent dependent = new Dependent();
     dependent.Essn = essn;
     dependent.Dependent_name = dependent_name;
     return dependent;
 }
Пример #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Dependents EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDependents(Dependent dependent)
 {
     base.AddObject("Dependents", dependent);
 }