Get the concrete subclass corresponding to the given discriminator value

Namespace: NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
string GetSubclassForDiscriminatorValue(
	Object value
)
Visual Basic
Function GetSubclassForDiscriminatorValue ( _
	value As Object _
) As String
Visual C++
String^ GetSubclassForDiscriminatorValue(
	Object^ value
)

Parameters

value
Type: System..::..Object

[Missing <param name="value"/> documentation for "M:NHibernate.Persister.Entity.ILoadable.GetSubclassForDiscriminatorValue(System.Object)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Persister.Entity.ILoadable.GetSubclassForDiscriminatorValue(System.Object)"]

See Also