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

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