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