A NHibernate any type.

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

Syntax

Visual Basic (Declaration)
Public Class Any _
	Inherits SimpleValue
C#
public class Any : SimpleValue
Visual C++
public ref class Any : public SimpleValue
JavaScript
NHibernate.Mapping.Any = function();

Type.createClass(
	'NHibernate.Mapping.Any',
	NHibernate.Mapping.SimpleValue);

Remarks

Polymorphic association to one of several tables.

Inheritance Hierarchy

System..::.Object
  NHibernate.Mapping..::.SimpleValue
    NHibernate.Mapping..::.Any

See Also