Example #1
0
 internal IRAVRSTAIZNOSARow(DataRowBuilder rb) : base(rb)
 {
     this.tableIRAVRSTAIZNOSA = (IRAVRSTAIZNOSADataSet.IRAVRSTAIZNOSADataTable) this.Table;
 }
Example #2
0
 public override DataTable Clone()
 {
     IRAVRSTAIZNOSADataSet.IRAVRSTAIZNOSADataTable table = (IRAVRSTAIZNOSADataSet.IRAVRSTAIZNOSADataTable)base.Clone();
     table.InitVars();
     return(table);
 }