Beispiel #1
0
 private void InitClassBase()
 {
     this.DataSetName            = "RAD1GELEMENTIVEZADataSet";
     this.Namespace              = "http://www.tempuri.org/RAD1GELEMENTIVEZA";
     this.tableRAD1GELEMENTIVEZA = new RAD1GELEMENTIVEZADataTable();
     this.Tables.Add(this.tableRAD1GELEMENTIVEZA);
 }
Beispiel #2
0
 internal void InitVars(bool initTable)
 {
     this.tableRAD1GELEMENTIVEZA = (RAD1GELEMENTIVEZADataTable)this.Tables["RAD1GELEMENTIVEZA"];
     if (initTable && (this.tableRAD1GELEMENTIVEZA != null))
     {
         this.tableRAD1GELEMENTIVEZA.InitVars();
     }
 }