Example #1
0
            public override global::System.Data.DataTable Clone()
            {
                COURSESDataTable cln = ((COURSESDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName             = "CourseListingDataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/CourseListingDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableCOURSES            = new COURSESDataTable();
     base.Tables.Add(this.tableCOURSES);
 }
Example #3
0
 internal void InitVars(bool initTable)
 {
     this.tableCOURSES = ((COURSESDataTable)(base.Tables["COURSES"]));
     if ((initTable == true))
     {
         if ((this.tableCOURSES != null))
         {
             this.tableCOURSES.InitVars();
         }
     }
 }
Example #4
0
 internal COURSESRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableCOURSES = ((COURSESDataTable)(this.Table));
 }