/// <summary> /// Deprecated Method for adding a new object to the SubChange EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSubChange(SubChange subChange) { base.AddObject("SubChange", subChange); }
/// <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; }