.Net SDK 4.0.0 documentation
.Net SDK 4.0.0 documentation
Intuit.Ipp.LinqExtender
QueryObject(T) Class
QueryObject(T) Methods
Dispose Method
FillBucket Method
FillObject Method
FillProperty Method
QueryObject
T
FillProperty 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#
Copy
public
void
FillProperty
(
string
name
,
Object
value
,
Type
returnType
)
Parameters
name
Type:
System
String
Name of the property, accepts original property or Modified by OriginalFieldNameAttribute
value
Type:
System
Object
the value of the property , retrived from property get accessor.
returnType
Type:
System
Type
Return type of the underlying property.
Implements
IQueryObjectImpl
FillProperty(String, Object, Type)
See Also
Reference
QueryObject
T
Class
Intuit.Ipp.LinqExtender Namespace