Gets or sets a boolean indicating if the identifier is
embedded in the class.
Namespace:
NHibernate.Mapping
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Property HasEmbeddedIdentifier As Boolean |
C# |
---|
public override bool HasEmbeddedIdentifier { get; set; } |
Visual C++ |
---|
public:
virtual property bool HasEmbeddedIdentifier {
bool get () override;
void set (bool value) override;
} |
JavaScript |
---|
function get_hasEmbeddedIdentifier();
function set_hasEmbeddedIdentifier(value); |
Field Value
trueTruetruetrue (True in Visual Basic) if the Superclass has an embedded identifier.
Remarks
See Also