Get the URI identifier of the property used to build the collection
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public string PropertyIdentity { get; } |
Visual Basic |
---|
Public ReadOnly Property PropertyIdentity As String
Get |
Visual C++ |
---|
public:
virtual property String^ PropertyIdentity {
String^ get () sealed;
} |
F# |
---|
abstract PropertyIdentity : string with get
override PropertyIdentity : string with get |
Property Value
Type:
StringImplements
IBrightstarEntityCollection..::..PropertyIdentity
See Also