Add or modify a value-class pair.

Namespace: NHibernate.Mapping.ByCode
Assembly: 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.

See Also