示例#1
0
            public override global::System.Data.DataTable Clone()
            {
                xip_genco_pre_alertDataTable cln = ((xip_genco_pre_alertDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
示例#2
0
 private void InitClass()
 {
     this.DataSetName              = "XipGencoPreAlertSchemaRev1";
     this.Prefix                   = "";
     this.Namespace                = "http://tempuri.org/XipGencoPreAlertSchemaRev1.xsd";
     this.Locale                   = new global::System.Globalization.CultureInfo("");
     this.EnforceConstraints       = true;
     this.SchemaSerializationMode  = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablexip_genco_pre_alert = new xip_genco_pre_alertDataTable();
     base.Tables.Add(this.tablexip_genco_pre_alert);
 }
示例#3
0
 internal void InitVars(bool initTable)
 {
     this.tablexip_genco_pre_alert = ((xip_genco_pre_alertDataTable)(base.Tables["xip_genco_pre_alert"]));
     if ((initTable == true))
     {
         if ((this.tablexip_genco_pre_alert != null))
         {
             this.tablexip_genco_pre_alert.InitVars();
         }
     }
 }
示例#4
0
 internal xip_genco_pre_alertRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablexip_genco_pre_alert = ((xip_genco_pre_alertDataTable)(this.Table));
 }