Returns whether the Object property would return Nothing. This property can be used rather than calling Me.Object Is Nothing as it avoids unnecessarily loading the associated object if the object had not been loaded from the database.

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public bool ObjectIsNothing { get; }
Visual Basic
Public ReadOnly Property ObjectIsNothing As Boolean
	Get
Visual C++
public:
property bool ObjectIsNothing {
	bool get ();
}

See Also