internal void InitVars(bool initTable) {
     this.tablemodelAutomobila = ((modelAutomobilaDataTable)(base.Tables["modelAutomobila"]));
     if ((initTable == true)) {
         if ((this.tablemodelAutomobila != null)) {
             this.tablemodelAutomobila.InitVars();
         }
     }
     this.tableproizvodjacAutomobila = ((proizvodjacAutomobilaDataTable)(base.Tables["proizvodjacAutomobila"]));
     if ((initTable == true)) {
         if ((this.tableproizvodjacAutomobila != null)) {
             this.tableproizvodjacAutomobila.InitVars();
         }
     }
     this.tabletipAutomobila = ((tipAutomobilaDataTable)(base.Tables["tipAutomobila"]));
     if ((initTable == true)) {
         if ((this.tabletipAutomobila != null)) {
             this.tabletipAutomobila.InitVars();
         }
     }
     this.tablevwTipAutomobilaOsnovniPodaci = ((vwTipAutomobilaOsnovniPodaciDataTable)(base.Tables["vwTipAutomobilaOsnovniPodaci"]));
     if ((initTable == true)) {
         if ((this.tablevwTipAutomobilaOsnovniPodaci != null)) {
             this.tablevwTipAutomobilaOsnovniPodaci.InitVars();
         }
     }
 }
 private void InitClass() {
     this.DataSetName = "AutomobilDataSet";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/AutomobilDataSet.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablemodelAutomobila = new modelAutomobilaDataTable();
     base.Tables.Add(this.tablemodelAutomobila);
     this.tableproizvodjacAutomobila = new proizvodjacAutomobilaDataTable();
     base.Tables.Add(this.tableproizvodjacAutomobila);
     this.tabletipAutomobila = new tipAutomobilaDataTable();
     base.Tables.Add(this.tabletipAutomobila);
     this.tablevwTipAutomobilaOsnovniPodaci = new vwTipAutomobilaOsnovniPodaciDataTable();
     base.Tables.Add(this.tablevwTipAutomobilaOsnovniPodaci);
 }
 internal modelAutomobilaRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tablemodelAutomobila = ((modelAutomobilaDataTable)(this.Table));
 }