Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL Geometry Type #25

Open
ChristopherTotty opened this issue Mar 2, 2017 · 0 comments
Open

SQL Geometry Type #25

ChristopherTotty opened this issue Mar 2, 2017 · 0 comments

Comments

@ChristopherTotty
Copy link

When attempting to select a field of Geometry type within a query, the execution fails returning an error of "Data is Null."

Detailed error:

{ Error: Data is Null. This method or property cannot be called on Null values.
    at Error (native)
  Message: 'Data is Null. This method or property cannot be called on Null values.',
  Data: {},
  InnerException: null,
  TargetSite: {},
  StackTrace: '   at System.Data.SqlTypes.SqlDouble.get_Value()',
  HelpLink: null,
  Source: 'System.Data',
  HResult: -2146232015,
  message: 'Data is Null. This method or property cannot be called on Null values.',
  name: 'System.Data.SqlTypes.SqlNullValueException' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant