Delete
To delete records from a table entity, use the eq
method to qualify the records to be deleted and then call the delete
method.
The following example will delete the record from the Category
table with the CategoryId
of 10
.
Last updated