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