ResolvePersistableIds Method
Retrieves the entities for the supplied set of persistable ids.
Syntax
System.Collections.Generic.IDictionary<string,IEntity> ResolvePersistableIds(
System.Collections.Generic.IEnumerable<string> persistableIds
)Function ResolvePersistableIds( _
ByVal persistableIds As System.Collections.Generic.IEnumerable(Of String) _
) As System.Collections.Generic.IDictionary(Of String,IEntity)Parameters
| Name | Description |
|---|---|
| persistableIds | The persistable ids to retrieve entities for |
Return Value
A dictionary which maps the supplied persistable id to the entity