public override global::System.Data.DataTable Clone()
            {
                tmo_ques1DataTable cln = ((tmo_ques1DataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "tangniao";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/tangniao.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletmo_ques1          = new tmo_ques1DataTable();
     base.Tables.Add(this.tabletmo_ques1);
 }
 internal void InitVars(bool initTable)
 {
     this.tabletmo_ques1 = ((tmo_ques1DataTable)(base.Tables["tmo_ques1"]));
     if ((initTable == true))
     {
         if ((this.tabletmo_ques1 != null))
         {
             this.tabletmo_ques1.InitVars();
         }
     }
 }
 internal tmo_ques1Row(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabletmo_ques1 = ((tmo_ques1DataTable)(this.Table));
 }