A NHibernate any type.

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

Syntax

C#
[SerializableAttribute]
public class Any : SimpleValue
Visual Basic
<SerializableAttribute> _
Public Class Any _
	Inherits SimpleValue
Visual C++
[SerializableAttribute]
public ref class Any : public SimpleValue

Remarks

Polymorphic association to one of several tables.

Inheritance Hierarchy

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

See Also