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
Syntaxpublic abstract bool IsAttached { get; }
Public MustOverride ReadOnly Property IsAttached As Boolean
Get
public:
virtual property bool IsAttached {
bool get () abstract;
}
abstract IsAttached : bool with get
Property Value
Type:
Booleantrue if the row is attached; otherwise,
false.
See Also