예제 #1
0
            public override global::System.Data.DataTable Clone()
            {
                KOTReportDsDataTable cln = ((KOTReportDsDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
예제 #2
0
 private void InitClass()
 {
     this.DataSetName             = "KotreportDs";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/KotreportDs.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableKOTReportDs        = new KOTReportDsDataTable();
     base.Tables.Add(this.tableKOTReportDs);
 }
예제 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableKOTReportDs = ((KOTReportDsDataTable)(base.Tables["KOTReportDs"]));
     if ((initTable == true))
     {
         if ((this.tableKOTReportDs != null))
         {
             this.tableKOTReportDs.InitVars();
         }
     }
 }
예제 #4
0
 internal KOTReportDsRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableKOTReportDs = ((KOTReportDsDataTable)(this.Table));
 }