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
Syntaxpublic const RowState Detached = 0
Public Const Detached As RowState = 0
public:
literal RowState^ Detached = 0
static val mutable Detached: RowState
Field Value
Type:
RowState
See Also