I am working with SQL Server data sync n-tier application. Basically it is a WCF service developed using Microsoft Sync framework. I developed my application based on this article.
Now I am testing my application for the supported data types. The data type works fine except: geography, geometry, hierarchyid.
Is there any way to support for the above data type using Sync framework?
I know Azure SQL data sync supports above data types and I want my application to support them.