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