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

Syntax

Visual Basic (Declaration)
Protected ReadOnly Property Mapping As IMapping
C#
protected IMapping Mapping { get; }
Visual C++
protected:
property IMapping^ Mapping {
	IMapping^ get ();
}
JavaScript
function get_mapping();

See Also