Gets or sets if the mapped class is a subclass.
Namespace:
NHibernate.Mapping
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Property IsPolymorphic As Boolean |
C# |
---|
public override bool IsPolymorphic { get; set; } |
Visual C++ |
---|
public:
virtual property bool IsPolymorphic {
bool get () override;
void set (bool value) override;
} |
JavaScript |
---|
function get_isPolymorphic();
function set_isPolymorphic(value); |
Field Value
trueTruetruetrue (True in Visual Basic) since this mapped class is a subclass.
Remarks
See Also