예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the VC_Student EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVC_Student(VC_Student vC_Student)
 {
     base.AddObject("VC_Student", vC_Student);
 }
예제 #2
0
 /// <summary>
 /// Create a new VC_Student object.
 /// </summary>
 /// <param name="student_Index">Initial value of the Student_Index property.</param>
 /// <param name="user_Id">Initial value of the User_Id property.</param>
 /// <param name="student_Name">Initial value of the Student_Name property.</param>
 /// <param name="student_Department">Initial value of the Student_Department property.</param>
 /// <param name="student_College">Initial value of the Student_College property.</param>
 /// <param name="student_Gender">Initial value of the Student_Gender property.</param>
 /// <param name="student_EnrollYear">Initial value of the Student_EnrollYear property.</param>
 /// <param name="student_LibraryId">Initial value of the Student_LibraryId property.</param>
 /// <param name="student_EnrollmentNo">Initial value of the Student_EnrollmentNo property.</param>
 /// <param name="student_EmailId">Initial value of the Student_EmailId property.</param>
 /// <param name="student_ContactNo">Initial value of the Student_ContactNo property.</param>
 /// <param name="student_Birthdate">Initial value of the Student_Birthdate property.</param>
 /// <param name="student_Hometown">Initial value of the Student_Hometown property.</param>
 /// <param name="student_Security_Que">Initial value of the Student_Security_Que property.</param>
 /// <param name="student_Security_Ans">Initial value of the Student_Security_Ans 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_Student CreateVC_Student(global::System.Int32 student_Index, global::System.Int32 user_Id, global::System.String student_Name, global::System.String student_Department, global::System.String student_College, global::System.String student_Gender, global::System.Int32 student_EnrollYear, global::System.Int32 student_LibraryId, global::System.Int32 student_EnrollmentNo, global::System.String student_EmailId, global::System.Int32 student_ContactNo, global::System.DateTime student_Birthdate, global::System.String student_Hometown, global::System.String student_Security_Que, global::System.String student_Security_Ans, global::System.DateTime created_TS, global::System.DateTime updated_TS)
 {
     VC_Student vC_Student = new VC_Student();
     vC_Student.Student_Index = student_Index;
     vC_Student.User_Id = user_Id;
     vC_Student.Student_Name = student_Name;
     vC_Student.Student_Department = student_Department;
     vC_Student.Student_College = student_College;
     vC_Student.Student_Gender = student_Gender;
     vC_Student.Student_EnrollYear = student_EnrollYear;
     vC_Student.Student_LibraryId = student_LibraryId;
     vC_Student.Student_EnrollmentNo = student_EnrollmentNo;
     vC_Student.Student_EmailId = student_EmailId;
     vC_Student.Student_ContactNo = student_ContactNo;
     vC_Student.Student_Birthdate = student_Birthdate;
     vC_Student.Student_Hometown = student_Hometown;
     vC_Student.Student_Security_Que = student_Security_Que;
     vC_Student.Student_Security_Ans = student_Security_Ans;
     vC_Student.Created_TS = created_TS;
     vC_Student.Updated_TS = updated_TS;
     return vC_Student;
 }