Click or drag to resize

RowStateDetached Field

The is row is just created, but is not yet added to the table. Change events are not thrown. Useful for loading, duplicating, etc.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public const RowState Detached = 0

Field Value

Type: RowState
See Also