3 references to DefaultValue
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (2)
1239
if (path.
DefaultValue
!= null)
1242
return scalarConstant.Value == path.
DefaultValue
;
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (1)
183
object defaultValue = memberPath.
DefaultValue
;