Creates a domain object

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

Syntax

C#
public BrightstarEntityObject(
	BrightstarEntityContext context,
	IDataObject dataObject
)
Visual Basic
Public Sub New ( 
	context As BrightstarEntityContext,
	dataObject As IDataObject
)
Visual C++
public:
BrightstarEntityObject(
	BrightstarEntityContext^ context, 
	IDataObject^ dataObject
)
F#
new : 
        context : BrightstarEntityContext * 
        dataObject : IDataObject -> BrightstarEntityObject

Parameters

context
Type: BrightstarDB.EntityFramework..::..BrightstarEntityContext
The context that the domain object is attached to
dataObject
Type: BrightstarDB.Client..::..IDataObject
The underlying Brightstar data object

See Also