Exemple #1
0
 private void InitClass()
 {
     this.DataSetName             = "DsImprPuntuacion";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DsImprPuntuacion.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablepuntuacion         = new puntuacionDataTable();
     base.Tables.Add(this.tablepuntuacion);
 }
Exemple #2
0
 internal void InitVars(bool initTable)
 {
     this.tablepuntuacion = ((puntuacionDataTable)(base.Tables["puntuacion"]));
     if ((initTable == true))
     {
         if ((this.tablepuntuacion != null))
         {
             this.tablepuntuacion.InitVars();
         }
     }
 }