Esempio n. 1
0
 internal URAVRSTAIZNOSARow(DataRowBuilder rb) : base(rb)
 {
     this.tableURAVRSTAIZNOSA = (URAVRSTAIZNOSADataSet.URAVRSTAIZNOSADataTable) this.Table;
 }
Esempio n. 2
0
 public override DataTable Clone()
 {
     URAVRSTAIZNOSADataSet.URAVRSTAIZNOSADataTable table = (URAVRSTAIZNOSADataSet.URAVRSTAIZNOSADataTable)base.Clone();
     table.InitVars();
     return(table);
 }