Esempio n. 1
0
 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);
 }
Esempio n. 2
0
 internal LabelRow(System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableLabel = ((LabelDataTable)(this.Table));
 }
Esempio n. 3
0
 internal void InitVars(bool initTable) {
     this.tableLabel = ((LabelDataTable)(base.Tables["Label"]));
     if ((initTable == true)) {
         if ((this.tableLabel != null)) {
             this.tableLabel.InitVars();
         }
     }
 }