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