anon
anon

Reputation:

Index on Spatial / DBGeography Property for Entity Framework Code First

I have an EF (6.1) code first project and one of its model has a DbGeography Property (which will contain only POINT geographies) which I'll perform queries against.

I declare custom indices following the official guide, however it is lacking details regarding indices for spatial members / properties and I was wondering how I can create those via Code First?

The underlying Database is / will be SQL Server 2012 if that plays any role.

Upvotes: 6

Views: 881

Answers (1)

Quinton Smith
Quinton Smith

Reputation: 2670

Could not comment.

Practically same question here.

Apparently it cannot be done.

Upvotes: 2

Related Questions