Click or drag to resize
QueryObjectTFillBucket Method

Note: This API is now obsolete.

Takes bucket reference and fills it up with new values.

Namespace:  Intuit.Ipp.LinqExtender
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
[ObsoleteAttribute("Deprecated. Use QueryService->ExecuteIdsQuery")]
public Bucket FillBucket(
	Bucket bucket
)

Parameters

bucket
Type: Intuit.Ipp.LinqExtenderBucket

[Missing <param name="bucket"/> documentation for "M:Intuit.Ipp.LinqExtender.QueryObject`1.FillBucket(Intuit.Ipp.LinqExtender.Bucket)"]

Return Value

Type: Bucket

[Missing <returns> documentation for "M:Intuit.Ipp.LinqExtender.QueryObject`1.FillBucket(Intuit.Ipp.LinqExtender.Bucket)"]

Implements

IQueryObjectImplFillBucket(Bucket)
See Also