コード例 #1
0
            public override global::System.Data.DataTable Clone()
            {
                TablaIngresosPorPlayaDataTable cln = ((TablaIngresosPorPlayaDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 private void InitClass()
 {
     this.DataSetName                = "CantIngresosPorPlaya";
     this.Prefix                     = "";
     this.Namespace                  = "http://tempuri.org/CantIngresosPorPlaya.xsd";
     this.EnforceConstraints         = true;
     this.SchemaSerializationMode    = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableTablaIngresosPorPlaya = new TablaIngresosPorPlayaDataTable();
     base.Tables.Add(this.tableTablaIngresosPorPlaya);
 }
コード例 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableTablaIngresosPorPlaya = ((TablaIngresosPorPlayaDataTable)(base.Tables["TablaIngresosPorPlaya"]));
     if ((initTable == true))
     {
         if ((this.tableTablaIngresosPorPlaya != null))
         {
             this.tableTablaIngresosPorPlaya.InitVars();
         }
     }
 }
コード例 #4
0
 internal TablaIngresosPorPlayaRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableTablaIngresosPorPlaya = ((TablaIngresosPorPlayaDataTable)(this.Table));
 }