Gets a value indicating whether this data accessor and underlying data object fire notifications, when the property is changed.

Namespace: Dapfor.Net.Data
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
bool SupportsNotifications { get; }
Visual Basic
ReadOnly Property SupportsNotifications As Boolean
	Get
Visual C++
property bool SupportsNotifications {
	bool get ();
}
F#
abstract SupportsNotifications : bool with get

Property Value

Type: Boolean
true if they fire notifications; otherwise, false.

See Also