internal DDVRSTEPOSLARow(DataRowBuilder rb) : base(rb) { this.tableDDVRSTEPOSLA = (DDVRSTEPOSLADataSet.DDVRSTEPOSLADataTable) this.Table; }
public override DataTable Clone() { DDVRSTEPOSLADataSet.DDVRSTEPOSLADataTable table = (DDVRSTEPOSLADataSet.DDVRSTEPOSLADataTable)base.Clone(); table.InitVars(); return(table); }