public override global::System.Data.DataTable Clone()
            {
                PC_Stakeholder_TypeDataTable cln = ((PC_Stakeholder_TypeDataTable)(base.Clone()));

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