Hi,
is it possible to get entity key from EntityReference property without loading it?
I tried:
entity.EntityKey.EntityKeyValues[0].Value
But if referenced entity isn't loaded by EntityReference.Load() method, EntityKey property is null.
Thank's a lot!