A NHibernate serializable type

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

Syntax

Visual Basic (Declaration)
Public Shared Function Any ( _
	metaType As IType, _
	identifierType As IType _
) As IType
C#
public static IType Any(
	IType metaType,
	IType identifierType
)
Visual C++
public:
static IType^ Any(
	IType^ metaType, 
	IType^ identifierType
)
JavaScript
NHibernate.NHibernateUtil.any = function(metaType, identifierType);

Parameters

metaType
Type: NHibernate.Type..::.IType
a type mapping IType to a single column
identifierType
Type: NHibernate.Type..::.IType
the entity identifier type

Return Value

See Also