Gets or sets a boolean indicating if only values in the discriminator column that
are mapped will be included in the sql.
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public override bool IsForceDiscriminator { get; set; } |
Visual Basic |
---|
Public Overrides Property IsForceDiscriminator As Boolean
Get
Set |
Visual C++ |
---|
public:
virtual property bool IsForceDiscriminator {
bool get () override;
void set (bool value) override;
} |
Field Value
trueTruetruetrue (True in Visual Basic) if the mapped discriminator values should be forced.
See Also