Namespace: NHibernate.Criterion
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected void AddPropertyTypedValue( Object value, IType type, IList list ) |
Visual Basic |
---|
Protected Sub AddPropertyTypedValue ( _ value As Object, _ type As IType, _ list As IList _ ) |
Visual C++ |
---|
protected: void AddPropertyTypedValue( Object^ value, IType^ type, IList^ list ) |
Parameters
- value
- Type: System..::..Object
The value of the Property.
- type
- Type: NHibernate.Type..::..IType
The IType of the Property.
- list
- Type: System.Collections..::..IList
The IList to add the TypedValue to.
Remarks
This method will add TypedValue objects to the list parameter.