Example #1
0
            public override global::System.Data.DataTable Clone()
            {
                REPORTE_SERVICIOSNEGOCIOS_00DataTable cln = ((REPORTE_SERVICIOSNEGOCIOS_00DataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName                       = "ReportServiciosDeNegocioData";
     this.Prefix                            = "";
     this.Namespace                         = "http://tempuri.org/ReportServiciosDeNegocioData.xsd";
     this.EnforceConstraints                = true;
     this.SchemaSerializationMode           = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableREPORTE_SERVICIOSNEGOCIOS_00 = new REPORTE_SERVICIOSNEGOCIOS_00DataTable();
     base.Tables.Add(this.tableREPORTE_SERVICIOSNEGOCIOS_00);
 }
Example #3
0
 internal void InitVars(bool initTable)
 {
     this.tableREPORTE_SERVICIOSNEGOCIOS_00 = ((REPORTE_SERVICIOSNEGOCIOS_00DataTable)(base.Tables["REPORTE_SERVICIOSNEGOCIOS_00"]));
     if ((initTable == true))
     {
         if ((this.tableREPORTE_SERVICIOSNEGOCIOS_00 != null))
         {
             this.tableREPORTE_SERVICIOSNEGOCIOS_00.InitVars();
         }
     }
 }
Example #4
0
 internal REPORTE_SERVICIOSNEGOCIOS_00Row(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableREPORTE_SERVICIOSNEGOCIOS_00 = ((REPORTE_SERVICIOSNEGOCIOS_00DataTable)(this.Table));
 }