/// <summary> /// Create a new ReLocates object. /// </summary> /// <param name="reLocateID">Initial value of the ReLocateID property.</param> /// <param name="addDate">Initial value of the AddDate property.</param> /// <param name="rowVersion">Initial value of the RowVersion property.</param> public static ReLocates CreateReLocates(global::System.Int32 reLocateID, global::System.DateTime addDate, global::System.Byte[] rowVersion) { ReLocates reLocates = new ReLocates(); reLocates.ReLocateID = reLocateID; reLocates.AddDate = addDate; reLocates.RowVersion = rowVersion; return reLocates; }
/// <summary> /// Deprecated Method for adding a new object to the ReLocates EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToReLocates(ReLocates reLocates) { base.AddObject("ReLocates", reLocates); }