예제 #1
0
            public override global::System.Data.DataTable Clone()
            {
                dt8SSumScoreDataTable cln = ((dt8SSumScoreDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
예제 #2
0
 private void InitClass()
 {
     this.DataSetName             = "DataSet8SScore";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DataSet8SScore.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabledt8SSumScore       = new dt8SSumScoreDataTable();
     base.Tables.Add(this.tabledt8SSumScore);
 }
예제 #3
0
 internal void InitVars(bool initTable)
 {
     this.tabledt8SSumScore = ((dt8SSumScoreDataTable)(base.Tables["dt8SSumScore"]));
     if ((initTable == true))
     {
         if ((this.tabledt8SSumScore != null))
         {
             this.tabledt8SSumScore.InitVars();
         }
     }
 }
예제 #4
0
 internal dt8SSumScoreRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabledt8SSumScore = ((dt8SSumScoreDataTable)(this.Table));
 }