ICreateableBatch_v2TCreate Method |
[This is preliminary documentation and is subject to change.]
Creates multiple entities in one operation
Namespace: Netadmin.Management.Common.CoreAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIReadOnlyDictionary<Guid, T> Create(
IReadOnlyDictionary<Guid, T> dtos
)
Function Create (
dtos As IReadOnlyDictionary(Of Guid, T)
) As IReadOnlyDictionary(Of Guid, T)
Parameters
- dtos
- Type: System.Collections.GenericIReadOnlyDictionaryGuid, T
A dictionary with a arbitrary guid as key and a dto as value
Return Value
Type:
IReadOnlyDictionaryGuid,
TA dictionary with the inputed guid as key and the created dto as value
Exceptions
See Also