ConvertEntInfosToIEntities Method
Converts a collection of web service Ent objects to the appropriate IEntity object.
Syntax
System.Collections.Generic.IDictionary<PersistableIdEntInfo,IEntity> ConvertEntInfosToIEntities(
System.Collections.Generic.IEnumerable<PersistableIdEntInfo> entIfos
)Function ConvertEntInfosToIEntities( _
ByVal entIfos As System.Collections.Generic.IEnumerable(Of PersistableIdEntInfo) _
) As System.Collections.Generic.IDictionary(Of PersistableIdEntInfo,IEntity)Parameters
| Name | Description |
|---|---|
| entIfos | if true, assumes all Ent objects supplied are the latest (master) based versions, otherwise they are all version (iteration) based. Providing an incorrect getLatest value may result in an exception. |