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