Returns the key for this object.
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public string GetKey() |
Visual Basic |
---|
Public Function GetKey As String |
Visual C++ |
---|
public: virtual String^ GetKey() sealed |
F# |
---|
abstract GetKey : unit -> string override GetKey : unit -> string |
Return Value
Type: StringThe object key
Implements
IEntityObject..::..GetKey()()()()
Remarks
The string returned by this method is the unique key part of the resource address of
the underlying data object.