Click or drag to resize
IQueryObjectImplFillBucket Method
fills up the bucket from 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#
Bucket FillBucket(
	Bucket bucket
)

Parameters

bucket
Type: Intuit.Ipp.LinqExtenderBucket

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

Return Value

Type: Bucket

[Missing <returns> documentation for "M:Intuit.Ipp.LinqExtender.Abstraction.IQueryObjectImpl.FillBucket(Intuit.Ipp.LinqExtender.Bucket)"]

See Also