5 references to HasEntityPropertyMappings
System.Data.Services.Client (5)
System\Data\Services\Client\AtomMaterializer.cs (1)
1439
if (entryType.
HasEntityPropertyMappings
)
System\Data\Services\Client\ClientType.cs (1)
360
return !this.
HasEntityPropertyMappings
|| this.EpmTargetTree.IsV1Compatible;
System\Data\Services\Client\DataServiceContext.cs (3)
2926
if (type.
HasEntityPropertyMappings
)
2975
this.WriteContentProperties(writer, type, box.Entity, type.
HasEntityPropertyMappings
? type.EpmSourceTree.Root : null, out propertiesWritten);
2984
if (type.
HasEntityPropertyMappings
)