Creates a new, unattached BrightstarEntityObject

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public BrightstarEntityObject()
Visual Basic
Public Sub New
Visual C++
public:
BrightstarEntityObject()
F#
new : unit -> BrightstarEntityObject

Remarks

The Context and Identity properties of the object must be set before attempting to get or set any of its other properties.

See Also