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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework