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