/// <summary> /// Deprecated Method for adding a new object to the Cases_v EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCases_v(Cases_v cases_v) { base.AddObject("Cases_v", cases_v); }
/// <summary> /// Create a new Cases_v object. /// </summary> /// <param name="caseID">Initial value of the CaseID property.</param> public static Cases_v CreateCases_v(global::System.Int32 caseID) { Cases_v cases_v = new Cases_v(); cases_v.CaseID = caseID; return cases_v; }