2 references to IsNullable
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\ExtractorMetadata.cs (1)
387
this.CheckIsNotNull = !TypeSemantics.
IsNullable
(member) &&
System\Data\Query\InternalTrees\Metadata.cs (1)
175
return (m_property == null) || TypeSemantics.
IsNullable
(m_property);