Creates a local data object and fetches all state for it from the database.
            
Namespace: BrightstarDB.ClientAssembly: 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: 
IDataObjectAn IDataObject instance
See Also