Click or drag to resize
QueryObjectTFillProperty Method
Fill value for a property name.

Namespace:  Intuit.Ipp.LinqExtender
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public void FillProperty(
	string name,
	Object value,
	Type returnType
)

Parameters

name
Type: SystemString
Name of the property, accepts original property or Modified by OriginalFieldNameAttribute
value
Type: SystemObject
the value of the property , retrived from property get accessor.
returnType
Type: SystemType
Return type of the underlying property.

Implements

IQueryObjectImplFillProperty(String, Object, Type)
See Also