2 implementations of CoordinateSystemId
System.Data.Entity (2)
System\Data\SqlClient\IDbSpatialValue.cs (2)
112public int? CoordinateSystemId 182public int? CoordinateSystemId
3 references to CoordinateSystemId
System.Data.Entity (3)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
1047int? srid = spatialValue.CoordinateSystemId;
System\Data\SqlClient\SqlSpatialServices.cs (1)
218int? srid = spatialValue.CoordinateSystemId;
System\Data\SqlClient\SqlTypesAssembly.cs (1)
473int? srid = spatialValue.CoordinateSystemId;