示例#1
0
 internal RAD1MELEMENTIVEZARow(DataRowBuilder rb) : base(rb)
 {
     this.tableRAD1MELEMENTIVEZA = (RAD1MELEMENTIVEZADataSet.RAD1MELEMENTIVEZADataTable) this.Table;
 }
示例#2
0
 public override DataTable Clone()
 {
     RAD1MELEMENTIVEZADataSet.RAD1MELEMENTIVEZADataTable table = (RAD1MELEMENTIVEZADataSet.RAD1MELEMENTIVEZADataTable)base.Clone();
     table.InitVars();
     return(table);
 }