Click or drag to resize

QueryResultAllCaexObjects Method

Gets the CAEX objects from the query result.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static IEnumerable<CAEXBasicObject> AllCaexObjects(
	this ILookup<string, ICAEXReference> queryResult
)

Parameters

queryResult  ILookupString, ICAEXReference
The queryResult.

Return Value

IEnumerableCAEXBasicObject
An enumeration of all CAEX objects in the query result.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ILookupString, ICAEXReference. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also