Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
You will not want to use the DeleteByPrimaryKey command but rather the DeleteCurrentRow command. Then when you save on the transaction this record will be deleted on the transaction. The transaction is started at the point of the Save(), so if you call the DeleteByPrimaryKey it will just delete the record from the server outside of the transaction.
|