/// <summary> /// Deprecated Method for adding a new object to the Status EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToStatus(Status status) { base.AddObject("Status", status); }
/// <summary> /// Create a new Status object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="status1">Initial value of the Status1 property.</param> public static Status CreateStatus(global::System.Int32 id, global::System.String status1) { Status status = new Status(); status.ID = id; status.Status1 = status1; return status; }