public override System.Data.DataTable Clone()
            {
                ProjectFlowStatusProgressDataTable cln = ((ProjectFlowStatusProgressDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName                    = "ProjectFlowStatusProgressDs";
     this.Prefix                         = "";
     this.Namespace                      = "http://tempuri.org/ProjectFlowStatusProgressDs.xsd";
     this.EnforceConstraints             = true;
     this.SchemaSerializationMode        = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableProjectFlowStatusProgress = new ProjectFlowStatusProgressDataTable();
     base.Tables.Add(this.tableProjectFlowStatusProgress);
 }
 internal void InitVars(bool initTable)
 {
     this.tableProjectFlowStatusProgress = ((ProjectFlowStatusProgressDataTable)(base.Tables["ProjectFlowStatusProgress"]));
     if ((initTable == true))
     {
         if ((this.tableProjectFlowStatusProgress != null))
         {
             this.tableProjectFlowStatusProgress.InitVars();
         }
     }
 }
 internal ProjectFlowStatusProgressRow(System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableProjectFlowStatusProgress = ((ProjectFlowStatusProgressDataTable)(this.Table));
 }
 internal ProjectFlowStatusProgressRow(System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableProjectFlowStatusProgress = ((ProjectFlowStatusProgressDataTable)(this.Table));
 }
 private void InitClass() {
     this.DataSetName = "ProjectFlowStatusProgressDs";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/ProjectFlowStatusProgressDs.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableProjectFlowStatusProgress = new ProjectFlowStatusProgressDataTable();
     base.Tables.Add(this.tableProjectFlowStatusProgress);
 }
 internal void InitVars(bool initTable) {
     this.tableProjectFlowStatusProgress = ((ProjectFlowStatusProgressDataTable)(base.Tables["ProjectFlowStatusProgress"]));
     if ((initTable == true)) {
         if ((this.tableProjectFlowStatusProgress != null)) {
             this.tableProjectFlowStatusProgress.InitVars();
         }
     }
 }