/// <summary> /// Deprecated Method for adding a new object to the VC_School EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToVC_School(VC_School vC_School) { base.AddObject("VC_School", vC_School); }
/// <summary> /// Create a new VC_School object. /// </summary> /// <param name="school_Id">Initial value of the School_Id property.</param> /// <param name="school_Name">Initial value of the School_Name property.</param> /// <param name="school_Medium">Initial value of the School_Medium property.</param> /// <param name="sSC_Score">Initial value of the SSC_Score property.</param> /// <param name="sSC_Board">Initial value of the SSC_Board property.</param> /// <param name="sSC_PassingYear">Initial value of the SSC_PassingYear property.</param> /// <param name="hSC_Stream">Initial value of the HSC_Stream property.</param> /// <param name="hSC_Score">Initial value of the HSC_Score property.</param> /// <param name="hSC_Board">Initial value of the HSC_Board property.</param> /// <param name="hSC_PassingYear">Initial value of the HSC_PassingYear property.</param> /// <param name="created_TS">Initial value of the Created_TS property.</param> /// <param name="updated_TS">Initial value of the Updated_TS property.</param> public static VC_School CreateVC_School(global::System.Int32 school_Id, global::System.String school_Name, global::System.String school_Medium, global::System.Double sSC_Score, global::System.String sSC_Board, global::System.Int32 sSC_PassingYear, global::System.String hSC_Stream, global::System.Double hSC_Score, global::System.String hSC_Board, global::System.Int32 hSC_PassingYear, global::System.DateTime created_TS, global::System.DateTime updated_TS) { VC_School vC_School = new VC_School(); vC_School.School_Id = school_Id; vC_School.School_Name = school_Name; vC_School.School_Medium = school_Medium; vC_School.SSC_Score = sSC_Score; vC_School.SSC_Board = sSC_Board; vC_School.SSC_PassingYear = sSC_PassingYear; vC_School.HSC_Stream = hSC_Stream; vC_School.HSC_Score = hSC_Score; vC_School.HSC_Board = hSC_Board; vC_School.HSC_PassingYear = hSC_PassingYear; vC_School.Created_TS = created_TS; vC_School.Updated_TS = updated_TS; return vC_School; }