Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ values As IDictionary, _ baseType As IType _ ) |
C# |
---|
public MetaType( IDictionary values, IType baseType ) |
Visual C++ |
---|
public: MetaType( IDictionary^ values, IType^ baseType ) |
JavaScript |
---|
NHibernate.Type.MetaType = function(values, baseType); |