Determine whether this entity defines a natural identifier.
Namespace: NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
bool HasNaturalIdentifier { get; } |
Visual Basic |
---|
ReadOnly Property HasNaturalIdentifier As Boolean Get |
Visual C++ |
---|
property bool HasNaturalIdentifier { bool get (); } |