 | DatabaseAccessorTEditRow Method |
Edit a row from a specific table (changes are saved at once).
Namespace:
LynceeTec.Eucalyptus
Assembly:
LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 8.1.17212.0 8_1_dev 6ff713ba, built 2019-10-03 13:47:23 UTC
Syntaxpublic void EditRow(
long rowId,
T newRow
)
public:
void EditRow(
long long rowId,
T newRow
)
Parameters
- rowId
- Type: SystemInt64
The primary key of the row to modify. - newRow
- Type: T
The edited row which will replace the one in the database.
Exceptions
See Also