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

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