5 references to Nullable
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\EntityKeyElement.cs (1)
115
if (property.
Nullable
)
System\Data\EntityModel\SchemaObjectModel\ReferentialConstraint.cs (2)
288
areAllPropertiesNullable &= roleElement.RoleProperties[i].Property.
Nullable
;
289
isAnyPropertyNullable |= roleElement.RoleProperties[i].Property.
Nullable
;
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (1)
221
else if (
Nullable
&& (this.Schema.SchemaVersion != XmlConstants.EdmVersionForV1_1)
System\Data\Metadata\Converter.cs (1)
1304
if (!somProperty.
Nullable
)