 | QueryResultInternalLinks Method |
Gets the InternalLink objects from the query result.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static IEnumerable<InternalLinkType> InternalLinks(
this ILookup<string, ICAEXReference> queryResult
)
<ExtensionAttribute>
Public Shared Function InternalLinks (
queryResult As ILookup(Of String, ICAEXReference)
) As IEnumerable(Of InternalLinkType)
public:
[ExtensionAttribute]
static IEnumerable<InternalLinkType^>^ InternalLinks(
ILookup<String^, ICAEXReference^>^ queryResult
)
Parameters
- queryResult ILookupString, ICAEXReference
- The queryResult.
Return Value
IEnumerableInternalLinkTypeAn enumeration of all InternalLink 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