IMethodCallT Interface |
Note: This API is now obsolete.
Namespace: Intuit.Ipp.LinqExtender.Abstraction
[ObsoleteAttribute("Deprecated. Use QueryService->ExecuteIdsQuery")] public interface IMethodCall<T>
[Missing <typeparam name="T"/> documentation for "T:Intuit.Ipp.LinqExtender.Abstraction.IMethodCall`1"]
The IMethodCallT type exposes the following members.
Name | Description | |
---|---|---|
![]() | First |
Returns the first item from the collection.
|
![]() | FirstOrDefault |
Returns first item or default value if empty.
|
![]() | Last |
Returns the last item from the collection.
|
![]() | LastOrDefault |
Returns last item or default value if empty.
|
![]() | Single |
Returns a single item from the collection.
|
![]() | SingleOrDefault |
Returns a single item or default value if empty.
|