Sets the row state to Deleted.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxabstract Delete : unit -> unit
Remarks
This method only sets the row state to deleted.
The row is not physically removed until the next table AcceptChanges().
See Also