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