public override DataTable Clone() { InstallationSlotsDataTable cln = ((InstallationSlotsDataTable)(base.Clone())); cln.InitVars(); return(cln); }
internal void InitVars() { this.tableInstallationSlots = ((InstallationSlotsDataTable)(this.Tables["InstallationSlots"])); if ((this.tableInstallationSlots != null)) { this.tableInstallationSlots.InitVars(); } }
private void InitClass() { this.DataSetName = "InstallationSchema"; this.Prefix = ""; this.Namespace = "http://tempuri.org/InstallationSchema.xsd"; this.Locale = new System.Globalization.CultureInfo("en-US"); this.CaseSensitive = false; this.EnforceConstraints = true; this.tableInstallationSlots = new InstallationSlotsDataTable(); this.Tables.Add(this.tableInstallationSlots); }
internal InstallationSlotsRow(DataRowBuilder rb) : base(rb) { this.tableInstallationSlots = ((InstallationSlotsDataTable)(this.Table)); }