/// <summary> /// Deprecated Method for adding a new object to the CRsSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCRsSet(CRs cRs) { base.AddObject("CRsSet", cRs); }
/// <summary> /// Create a new CRs object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="description">Initial value of the Description property.</param> /// <param name="status">Initial value of the Status property.</param> /// <param name="rowVersion">Initial value of the RowVersion property.</param> public static CRs CreateCRs(global::System.Int32 id, global::System.String description, global::System.String status, global::System.Byte[] rowVersion) { CRs cRs = new CRs(); cRs.Id = id; cRs.Description = description; cRs.Status = status; cRs.RowVersion = rowVersion; return cRs; }