Returns the unique key part of the URI identifier for this entity

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

Syntax

C#
string GetKey()
Visual Basic
Function GetKey As String
Visual C++
String^ GetKey()
F#
abstract GetKey : unit -> string 

Return Value

Type: String
The entity key as a string

See Also