Пример #1
0
            public override global::System.Data.DataTable Clone()
            {
                StudentCourseMappingDataTable cln = ((StudentCourseMappingDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Пример #2
0
 private void InitClass()
 {
     this.DataSetName               = "DataSet1";
     this.Prefix                    = "";
     this.Namespace                 = "http://tempuri.org/DataSet1.xsd";
     this.EnforceConstraints        = true;
     this.SchemaSerializationMode   = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableStudentCourseMapping = new StudentCourseMappingDataTable();
     base.Tables.Add(this.tableStudentCourseMapping);
 }
Пример #3
0
 internal void InitVars(bool initTable)
 {
     this.tableStudentCourseMapping = ((StudentCourseMappingDataTable)(base.Tables["StudentCourseMapping"]));
     if ((initTable == true))
     {
         if ((this.tableStudentCourseMapping != null))
         {
             this.tableStudentCourseMapping.InitVars();
         }
     }
 }
Пример #4
0
 internal StudentCourseMappingRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableStudentCourseMapping = ((StudentCourseMappingDataTable)(this.Table));
 }