1 write to _useStrongSpatialTypes
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
992
this.
_useStrongSpatialTypes
= isStrict;
1 reference to _useStrongSpatialTypes
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
926
internal bool UseStrongSpatialTypes { get { return
_useStrongSpatialTypes
?? true; } }