Creates a local data object and fetches all state for it from the database.

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

Syntax

C#
IDataObject GetDataObject(
	string identity
)
Visual Basic
Function GetDataObject ( 
	identity As String
) As IDataObject
Visual C++
IDataObject^ GetDataObject(
	String^ identity
)
F#
abstract GetDataObject : 
        identity : string -> IDataObject 

Parameters

identity
Type: System..::..String
The URI identity of the data object.

Return Value

Type: IDataObject
An IDataObject instance

See Also