1 write to _schema
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (1)
129
_schema
= value;
4 references to _schema
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (4)
125
return
_schema
;
660
if (this.
_schema
.SchemaVersion == XmlConstants.EdmVersionForV1 ||
661
this.
_schema
.SchemaVersion == XmlConstants.EdmVersionForV1_1)
671
if (this.
_schema
.SchemaVersion >= XmlConstants.EdmVersionForV2