Gets or sets the SimpleValue that contains information about the discriminator.

Namespace: NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public override IValue Discriminator { get; set; }
Visual Basic
Public Overrides Property Discriminator As IValue
	Get
	Set
Visual C++
public:
virtual property IValue^ Discriminator {
	IValue^ get () override;
	void set (IValue^ value) override;
}

Field Value

The SimpleValue from the Superclass that contains information about the discriminator.

See Also