Hi!
I have simple question:
it's possible to simply convert System.Type (IEntity2 implementor system type) to EntityType
(IEntity2.LLBLGenProEntityTypeValue)?
I can do this by the expensive way:
var entityType = EntityFactoryFactory.GetFactory((Type)type).Create().LLBLGenProEntityTypeValue;
but it is so ... expensive )