Example #1
0
            public override global::System.Data.DataTable Clone()
            {
                VStatDataTable cln = ((VStatDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName             = "DSVol";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DSVol.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableVStat              = new VStatDataTable();
     base.Tables.Add(this.tableVStat);
 }
Example #3
0
 internal void InitVars(bool initTable)
 {
     this.tableVStat = ((VStatDataTable)(base.Tables["VStat"]));
     if ((initTable == true))
     {
         if ((this.tableVStat != null))
         {
             this.tableVStat.InitVars();
         }
     }
 }
Example #4
0
 internal VStatRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableVStat = ((VStatDataTable)(this.Table));
 }
Example #5
0
 private void InitClass() {
     this.DataSetName = "DSVol";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/DSVol.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableVStat = new VStatDataTable();
     base.Tables.Add(this.tableVStat);
 }
Example #6
0
 internal void InitVars(bool initTable) {
     this.tableVStat = ((VStatDataTable)(base.Tables["VStat"]));
     if ((initTable == true)) {
         if ((this.tableVStat != null)) {
             this.tableVStat.InitVars();
         }
     }
 }
Example #7
0
 internal VStatRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableVStat = ((VStatDataTable)(this.Table));
 }