Esempio n. 1
0
            public override global::System.Data.DataTable Clone()
            {
                Reporte_MVMDataTable cln = ((Reporte_MVMDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Esempio n. 2
0
 private void InitClass()
 {
     this.DataSetName             = "Ds_MVM";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/Ds_MVM.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableReporte_MVM        = new Reporte_MVMDataTable();
     base.Tables.Add(this.tableReporte_MVM);
 }
Esempio n. 3
0
 internal void InitVars(bool initTable)
 {
     this.tableReporte_MVM = ((Reporte_MVMDataTable)(base.Tables["Reporte MVM"]));
     if ((initTable == true))
     {
         if ((this.tableReporte_MVM != null))
         {
             this.tableReporte_MVM.InitVars();
         }
     }
 }
Esempio n. 4
0
 internal Reporte_MVMRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableReporte_MVM = ((Reporte_MVMDataTable)(this.Table));
 }