Click or drag to resize
IQueryObjectImplFillProperty Method
fills up the property of current object.

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

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Intuit.Ipp.LinqExtender.Abstraction.IQueryObjectImpl.FillProperty(System.String,System.Object,System.Type)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Intuit.Ipp.LinqExtender.Abstraction.IQueryObjectImpl.FillProperty(System.String,System.Object,System.Type)"]

returnType
Type: SystemType

[Missing <param name="returnType"/> documentation for "M:Intuit.Ipp.LinqExtender.Abstraction.IQueryObjectImpl.FillProperty(System.String,System.Object,System.Type)"]

See Also