private void InitClass() { this.DataSetName = "MailingLabelDS"; this.Prefix = ""; this.Namespace = "http://tempuri.org/MailingLabelDS.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; this.tableLabel = new LabelDataTable(); base.Tables.Add(this.tableLabel); }
internal LabelRow(System.Data.DataRowBuilder rb) : base(rb) { this.tableLabel = ((LabelDataTable)(this.Table)); }
internal void InitVars(bool initTable) { this.tableLabel = ((LabelDataTable)(base.Tables["Label"])); if ((initTable == true)) { if ((this.tableLabel != null)) { this.tableLabel.InitVars(); } } }