﻿#SQL geospatial data#
RadGeospatialDataReader enables you to bind RadMap to SQL Geospatial data. It allows generating map shapes from any IEnumerable instance (for example a row collection) which contains a property with geospatial data in Wkt (Well known text) or Wkb (Well known binary) format. The Source property and the GeospatialPropertyName propertyare used to specify the IEnumerable instance and the name of the property which contains a Geospatial data.

To see and run the example, please use the 'Open in VS' button and execute the project inside Visual Studio.
