Click or drag to resize

RowProviderIsAttached Property

Gets a value indicating whether the row is attached.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public abstract bool IsAttached { get; }

Property Value

Type: Boolean
true if the row is attached; otherwise, false.
See Also