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

Syntax

Visual Basic (Declaration)
Public Class ResultSetMappingSecondPass _
	Inherits ResultSetMappingBinder _
	Implements IQuerySecondPass, ISecondPass
C#
public class ResultSetMappingSecondPass : ResultSetMappingBinder, 
	IQuerySecondPass, ISecondPass
Visual C++
public ref class ResultSetMappingSecondPass : public ResultSetMappingBinder, 
	IQuerySecondPass, ISecondPass
JavaScript
NHibernate.Cfg.ResultSetMappingSecondPass = function();

Type.createClass(
	'NHibernate.Cfg.ResultSetMappingSecondPass',
	NHibernate.Cfg.ResultSetMappingBinder,
	NHibernate.Cfg.IQuerySecondPass,
	NHibernate.Cfg.ISecondPass);

Inheritance Hierarchy

System..::.Object
  NHibernate.Cfg..::.ResultSetMappingBinder
    NHibernate.Cfg..::.ResultSetMappingSecondPass

See Also