A value is anything that is persisted by value, instead of
by reference. It is essentially a Hibernate IType, together
with zero or more columns. Values are wrapped by things with
higher level semantics, for example properties, collections,
classes.
Namespace: NHibernate.Mapping
Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface IValue |
| C# |
|---|
public interface IValue |
| Visual C++ |
|---|
public interface class IValue |