Click or drag to resize
BucketMethods Property
Gets a list of methods executed on the query.

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 IList<MethodCall> Methods { get; }

Property Value

Type: IListMethodCall
See Also