When implemented by a class, 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 abstract IValue Discriminator { get; set; }
Visual Basic
Public MustOverride Property Discriminator As IValue
	Get
	Set
Visual C++
public:
virtual property IValue^ Discriminator {
	IValue^ get () abstract;
	void set (IValue^ value) abstract;
}

Field Value

The SimpleValue that contains information about the discriminator.

See Also