A NHibernate any type.
Namespace:
NHibernate.MappingAssembly: 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.