SqlSpatialServices.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.

Namespace:   System.Data.Entity.SqlServer
Assembly:  EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)

public override bool NativeTypesAvailable { get; }

Property Value

Type: System.Boolean

true 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.