4 references to GetDefaultValue
System.Data.Entity (4)
System\Data\Common\Internal\Materialization\Translator.cs (1)
2132
Expression.Constant(TypeSystem.
GetDefaultValue
(columnType), columnType),
System\Data\Objects\ELinq\InitializerFacet.cs (1)
403
TypeSystem.
GetDefaultValue
(value.Type), value.Type));
System\Data\Objects\ELinq\MethodCallTranslator.cs (2)
2214
object defaultValue = TypeSystem.
GetDefaultValue
(elementType);
2325
object defaultValue = TypeSystem.
GetDefaultValue
(elementType);