示例#1
0
            public override global::System.Data.DataTable Clone()
            {
                tblStudentDataTable cln = ((tblStudentDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
示例#2
0
 private void InitClass()
 {
     this.DataSetName             = "Reporte";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/Reporte.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletblStudent         = new tblStudentDataTable();
     base.Tables.Add(this.tabletblStudent);
 }
示例#3
0
 internal void InitVars(bool initTable)
 {
     this.tabletblStudent = ((tblStudentDataTable)(base.Tables["tblStudent"]));
     if ((initTable == true))
     {
         if ((this.tabletblStudent != null))
         {
             this.tabletblStudent.InitVars();
         }
     }
 }
示例#4
0
 internal tblStudentRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabletblStudent = ((tblStudentDataTable)(this.Table));
 }