The property that provides access to the generated key

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

Syntax

C#
public PropertyInfo IdentityProperty { get; }
Visual Basic
Public ReadOnly Property IdentityProperty As PropertyInfo
	Get
Visual C++
public:
property PropertyInfo^ IdentityProperty {
	PropertyInfo^ get ();
}
F#
member IdentityProperty : PropertyInfo with get

Property Value

Type: PropertyInfo

See Also