DbSpatialServices.NativeTypesAvailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
The default value is true
which means that EF will continue with the assumption
that the provider has the necessary types/resources rather than failing fast.
public virtual bool NativeTypesAvailable { get; }
member this.NativeTypesAvailable : bool
Public Overridable ReadOnly Property NativeTypesAvailable As Boolean
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework