private void InitClass() {
     this.DataSetName = "RemoteKeysDBToXMLDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/RemoteKeysDBToXMLDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableRemoteKeys = new RemoteKeysDataTable();
     base.Tables.Add(this.tableRemoteKeys);
 }
 internal RemoteKeysRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableRemoteKeys = ((RemoteKeysDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tableRemoteKeys = ((RemoteKeysDataTable)(base.Tables["RemoteKeys"]));
     if ((initTable == true)) {
         if ((this.tableRemoteKeys != null)) {
             this.tableRemoteKeys.InitVars();
         }
     }
 }