Click or drag to resize

IBufferRowDelete Method

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
Syntax
void Delete()
Remarks
This method only sets the row state to deleted. The row is not physically removed until the next table AcceptChanges().
See Also