Ejemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                tblPlayerScoresDataTable cln = ((tblPlayerScoresDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Ejemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName             = "dsPlayerScores";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsPlayerScores.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletblPlayerScores    = new tblPlayerScoresDataTable();
     base.Tables.Add(this.tabletblPlayerScores);
 }
Ejemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tabletblPlayerScores = ((tblPlayerScoresDataTable)(base.Tables["tblPlayerScores"]));
     if ((initTable == true))
     {
         if ((this.tabletblPlayerScores != null))
         {
             this.tabletblPlayerScores.InitVars();
         }
     }
 }
Ejemplo n.º 4
0
 internal tblPlayerScoresRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabletblPlayerScores = ((tblPlayerScoresDataTable)(this.Table));
 }