private void InitClass() {
     this.DataSetName = "OrganisationDataSet";
     this.Prefix = "";
     this.Namespace = "http://thesofttribe.com/platform/sledger/OrganisationDataSet.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableOrganisation = new OrganisationDataTable();
     base.Tables.Add(this.tableOrganisation);
 }
 internal OrganisationRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableOrganisation = ((OrganisationDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tableOrganisation = ((OrganisationDataTable)(base.Tables["Organisation"]));
     if ((initTable == true)) {
         if ((this.tableOrganisation != null)) {
             this.tableOrganisation.InitVars();
         }
     }
 }