Gets values of a particular mapped property.

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

Syntax

Visual Basic (Declaration)
Public Interface IGetter
C#
public interface IGetter
Visual C++
public interface class IGetter
JavaScript
NHibernate.Property.IGetter = function();
NHibernate.Property.IGetter.createInterface('NHibernate.Property.IGetter');

See Also