10 references to EdmVersionForV1_1
System.Data.Entity (10)
System\Data\EntityModel\SchemaObjectModel\FunctionImportElement.cs (2)
195if (Schema.SchemaVersion == XmlConstants.EdmVersionForV1_1) 294else if (Schema.SchemaVersion == XmlConstants.EdmVersionForV1_1)
System\Data\EntityModel\SchemaObjectModel\ReferentialConstraint.cs (1)
91bool v1Behavior = Schema.SchemaVersion <= XmlConstants.EdmVersionForV1_1;
System\Data\EntityModel\SchemaObjectModel\Schema.cs (2)
184SchemaVersion = XmlConstants.EdmVersionForV1_1; 311if ((this.SchemaVersion == XmlConstants.EdmVersionForV1) || (this.SchemaVersion == XmlConstants.EdmVersionForV1_1))
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (1)
661this._schema.SchemaVersion == XmlConstants.EdmVersionForV1_1)
System\Data\EntityModel\SchemaObjectModel\SchemaManager.cs (1)
232version = XmlConstants.EdmVersionForV1_1;
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (1)
221else if (Nullable && (this.Schema.SchemaVersion != XmlConstants.EdmVersionForV1_1)
System\Data\Metadata\Converter.cs (1)
1318if (somProperty.Schema.SchemaVersion == XmlConstants.EdmVersionForV1_1)
System\Data\Metadata\EdmItemCollection.cs (1)
385if (edmVersion == XmlConstants.EdmVersionForV1 || edmVersion == XmlConstants.EdmVersionForV1_1 || edmVersion == XmlConstants.EdmVersionForV2)