Inheritance: System.Data.Objects.DataClasses.EntityObject
Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SubChange EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSubChange(SubChange subChange)
 {
     base.AddObject("SubChange", subChange);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new SubChange object.
 /// </summary>
 /// <param name="subchangeId">Initial value of the SubchangeId property.</param>
 public static SubChange CreateSubChange(global::System.Int32 subchangeId)
 {
     SubChange subChange = new SubChange();
     subChange.SubchangeId = subchangeId;
     return subChange;
 }