DEL_RetailMixAndMatchTable.copyFrom Method
Inserts a new record and copies the lines from one mixAndMatchId to another except the data for field mixAndMatchId.
Syntax
public void copyFrom(DEL_RetailMixAndMatchTable _original)
Run On
Called
Parameters
- _original
Type: DEL_RetailMixAndMatchTable Table
The current instance of table del_RetailMixAndMatchTable.
Exceptions
Exception | Condition |
---|---|
Error | If trying to copy a line from the same mixAndMatchId. |
Remarks
Copies all the data except for mixAndMatchId from one line to another.