Locate the tuplizer contained within this mapping which is responsible
for the given entity-mode. If no such tuplizer is defined on this
mapping, then an exception is thrown.
Namespace: NHibernate.TupleAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public virtual ITuplizer GetTuplizer( EntityMode entityMode ) |
Visual Basic |
---|
Public Overridable Function GetTuplizer ( _ entityMode As EntityMode _ ) As ITuplizer |
Visual C++ |
---|
public: virtual ITuplizer^ GetTuplizer( EntityMode entityMode ) |
Parameters
- entityMode
- Type: NHibernate..::..EntityMode
The entity-mode for which the caller wants a tuplizer.