IUniqeueNamesTGetAnyByNames Method |
[This is preliminary documentation and is subject to change.]
Attempts to get enties by their names
Namespace: Netadmin.Management.Common.CoreAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIReadOnlyDictionary<string, T> GetAnyByNames(
IEnumerable<string> names
)
Function GetAnyByNames (
names As IEnumerable(Of String)
) As IReadOnlyDictionary(Of String, T)
Parameters
- names
- Type: System.Collections.GenericIEnumerableString
The names on entities to retrieve
Return Value
Type:
IReadOnlyDictionaryString,
TA dictionary where the name is key and the dto is the value. Values not having matches will not be returned
See Also