Gets a new dynamic data object whose data is populated with data from the indicated resource.
Namespace: BrightstarDB.DynamicAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public Object GetDataObject(
string identity
) |
| Visual Basic |
|---|
Public Function GetDataObject (
identity As String
) As Object |
| Visual C++ |
|---|
public:
Object^ GetDataObject(
String^ identity
) |
| F# |
|---|
member GetDataObject :
identity : string -> Object
|
Parameters
- identity
- Type: System..::..String
The identity of the resource
Return Value
Type:
ObjectA new dynamic object
See Also