Ejemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                Alert_PC_StakeholderDataTable cln = ((Alert_PC_StakeholderDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Ejemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName               = "dsAlert_PC_Stakeholder";
     this.Prefix                    = "";
     this.Namespace                 = "http://tempuri.org/dsAlert_PC_Stakeholder.xsd";
     this.EnforceConstraints        = true;
     this.SchemaSerializationMode   = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableAlert_PC_Stakeholder = new Alert_PC_StakeholderDataTable();
     base.Tables.Add(this.tableAlert_PC_Stakeholder);
 }
Ejemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tableAlert_PC_Stakeholder = ((Alert_PC_StakeholderDataTable)(base.Tables["Alert_PC_Stakeholder"]));
     if ((initTable == true))
     {
         if ((this.tableAlert_PC_Stakeholder != null))
         {
             this.tableAlert_PC_Stakeholder.InitVars();
         }
     }
 }
Ejemplo n.º 4
0
 internal Alert_PC_StakeholderRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableAlert_PC_Stakeholder = ((Alert_PC_StakeholderDataTable)(this.Table));
 }