Click or drag to resize
IMethodCallT Interface

Note: This API is now obsolete.

Query item interface for direct calls on collection.

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#
[ObsoleteAttribute("Deprecated. Use QueryService->ExecuteIdsQuery")]
public interface IMethodCall<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Intuit.Ipp.LinqExtender.Abstraction.IMethodCall`1"]

The IMethodCallT type exposes the following members.

Methods
  NameDescription
Public methodFirst
Returns the first item from the collection.
Public methodFirstOrDefault
Returns first item or default value if empty.
Public methodLast
Returns the last item from the collection.
Public methodLastOrDefault
Returns last item or default value if empty.
Public methodSingle
Returns a single item from the collection.
Public methodSingleOrDefault
Returns a single item or default value if empty.
Top
See Also