2 implementations of NotSqlCompatible
System.Data.Entity (2)
System\Data\SqlClient\IDbSpatialValue.cs (2)
136
public Exception
NotSqlCompatible
() { return EntityUtil.GeographyValueNotSqlCompatible(); }
206
public Exception
NotSqlCompatible
() { return EntityUtil.GeometryValueNotSqlCompatible(); }
2 references to NotSqlCompatible
System.Data.Entity (2)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
1079
throw spatialValue.
NotSqlCompatible
();
System\Data\SqlClient\SqlTypesAssembly.cs (1)
499
throw spatialValue.
NotSqlCompatible
();