I am using the adapter templates.
Does anyone know if there is a way to access entities in an EntityCollection by key, rather than just ordinal position in the items collection, kind of like a dictionary interface? So if the p-key of the entities in the collection are 343 and 456, I could use code like the following to access them directly: EntityCollection.Key[343], rather than having to loop through the set to find a specific entity?
Thanks,
Can1