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

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