Add or modify a value-class pair.
            
Namespace: NHibernate.Mapping.ByCodeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
void MetaValue( Object value, Type entityType )  | 
| Visual Basic | 
|---|
Sub MetaValue ( _ value As Object, _ entityType As Type _ )  | 
| Visual C++ | 
|---|
void MetaValue( Object^ value, Type^ entityType )  | 
Parameters
- value
 - Type: System..::..Object
The value of the DB-field dor a given association instance (should override ToString()()()()) 
- entityType
 - Type: System..::..Type
The class associated to the specific value.