Abstracts the notion of a "property". Defines a strategy for accessing the
value of a mapped property.
Namespace:
NHibernate.PropertyAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IPropertyAccessor |
C# |
---|
public interface IPropertyAccessor |
Visual C++ |
---|
public interface class IPropertyAccessor |
JavaScript |
---|
NHibernate.Property.IPropertyAccessor = function(); NHibernate.Property.IPropertyAccessor.createInterface('NHibernate.Property.IPropertyAccessor'); |