DbSpatialServices.NativeTypesAvailable Property
Gets a value that indicates whether EF will continue with the assumption that the provider has the necessary types/resources rather than failing fast. The default value is true.
Assembly: EntityFramework (in EntityFramework.dll)
Property Value
Type: System.Booleantrue if EF will continue with the assumption that the provider has the necessary types/resources rather than failing fast; otherwise, false.
Override this property to allow the spatial provider to fail fast when native types or other resources needed for the spatial provider to function correctly are not available.