2 references to IsNullable
System.Data.Entity (2)
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (2)
639
bool isNullable = ((EdmScalarPropertyAttribute)attrs[0]).
IsNullable
;
679
TypeUsage.Create(propertyType, new FacetValues() { Nullable = edmScalarPropertyAttribute.
IsNullable
}),