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