Returns the URI of the RDF resource that represents the entity in the store
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public string GetResourceAddress(
Object o
) |
| Visual Basic |
|---|
Public Function GetResourceAddress (
o As Object
) As String |
| Visual C++ |
|---|
public:
String^ GetResourceAddress(
Object^ o
) |
| F# |
|---|
member GetResourceAddress :
o : Object -> string
|
Parameters
- o
- Type: System..::..Object
The entity whose resource address is to be returned
Return Value
Type:
StringThe entity resource address
See Also