3 references to GetEntityPropertyFromEpmPath
System.Data.Services.Design (3)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (3)
273
return baseEntityType.BaseType != null ?
GetEntityPropertyFromEpmPath
(baseEntityType.BaseType as StructuralType, sourcePath) : null;
362
EdmMember redefinedProperty =
GetEntityPropertyFromEpmPath
(entityType, propertyInformation.SourcePath);
399
entityPropertyCurrent =
GetEntityPropertyFromEpmPath
(entityType, propertyInformation.SourcePath);