4 references to TryGetDefaultValueForMemberPath
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (2)
607
bool hasDefaultValue = Domain.
TryGetDefaultValueForMemberPath
(currentPath, out defaultValue);
684
!Domain.
TryGetDefaultValueForMemberPath
(memberPath, out defaultConstant))
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (2)
201
if (!Domain.
TryGetDefaultValueForMemberPath
(memberPath, out defaultValue))
439
if (
TryGetDefaultValueForMemberPath
(sSlotMemberPath, out defaultValue))