Exemple #1
0
 private void InitClassBase()
 {
     this.DataSetName         = "UCENIKRSMIDENTDataSet";
     this.Namespace           = "http://www.tempuri.org/UCENIKRSMIDENT";
     this.tableUCENIKRSMIDENT = new UCENIKRSMIDENTDataTable();
     this.Tables.Add(this.tableUCENIKRSMIDENT);
 }
Exemple #2
0
 internal void InitVars(bool initTable)
 {
     this.tableUCENIKRSMIDENT = (UCENIKRSMIDENTDataTable)this.Tables["UCENIKRSMIDENT"];
     if (initTable && (this.tableUCENIKRSMIDENT != null))
     {
         this.tableUCENIKRSMIDENT.InitVars();
     }
 }