Пример #1
0
            public override global::System.Data.DataTable Clone()
            {
                tbExportadoresVolumesDataTable cln = ((tbExportadoresVolumesDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Пример #2
0
 private void InitClass()
 {
     this.DataSetName                = "XsdTbExportadoresVolumes";
     this.Prefix                     = "";
     this.Namespace                  = "http://tempuri.org/XsdTbExportadoresVolumes.xsd";
     this.EnforceConstraints         = true;
     this.SchemaSerializationMode    = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletbExportadoresVolumes = new tbExportadoresVolumesDataTable();
     base.Tables.Add(this.tabletbExportadoresVolumes);
 }
Пример #3
0
 internal void InitVars(bool initTable)
 {
     this.tabletbExportadoresVolumes = ((tbExportadoresVolumesDataTable)(base.Tables["tbExportadoresVolumes"]));
     if ((initTable == true))
     {
         if ((this.tabletbExportadoresVolumes != null))
         {
             this.tabletbExportadoresVolumes.InitVars();
         }
     }
 }
Пример #4
0
 internal tbExportadoresVolumesRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabletbExportadoresVolumes = ((tbExportadoresVolumesDataTable)(this.Table));
 }