コード例 #1
0
            public override global::System.Data.DataTable Clone()
            {
                StaffTableReportDataTable cln = ((StaffTableReportDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 private void InitClass()
 {
     this.DataSetName             = "StaffDataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/StaffDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableStaffTableReport   = new StaffTableReportDataTable();
     base.Tables.Add(this.tableStaffTableReport);
 }
コード例 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableStaffTableReport = ((StaffTableReportDataTable)(base.Tables["StaffTableReport"]));
     if ((initTable == true))
     {
         if ((this.tableStaffTableReport != null))
         {
             this.tableStaffTableReport.InitVars();
         }
     }
 }
コード例 #4
0
 internal StaffTableReportRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableStaffTableReport = ((StaffTableReportDataTable)(this.Table));
 }