A NHibernate serializable type
            
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public static IType Any( IType metaType, IType identifierType )  | 
| Visual Basic | 
|---|
Public Shared Function Any ( _ metaType As IType, _ identifierType As IType _ ) As IType  | 
| Visual C++ | 
|---|
public: static IType^ Any( IType^ metaType, IType^ 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
[Missing <returns> documentation for "M:NHibernate.NHibernateUtil.Any(NHibernate.Type.IType,NHibernate.Type.IType)"]