 | 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.0.35712.0 8_0_dev 37f4dd99, built 2019-04-05 12:56:49 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