131 references to Value
System.Data.Entity (131)
System\Data\Common\Internal\Materialization\Shaper.cs (10)
609
return this.spatialReader.
Value
.GetGeography(ordinal);
614
return this.spatialReader.
Value
.GetGeometry(ordinal);
625
(reader, column) => (TColumn)(object)this.spatialReader.
Value
.GetGeography(column),
626
(reader, column) => this.spatialReader.
Value
.GetGeography(column)
632
(reader, column) => (TColumn)(object)this.spatialReader.
Value
.GetGeometry(column),
633
(reader, column) => this.spatialReader.
Value
.GetGeometry(column)
645
(reader, column) => (TProperty)(object)this.spatialReader.
Value
.GetGeography(column),
646
(reader, column) => this.spatialReader.
Value
.GetGeography(column)
653
(reader, column) => (TProperty)(object)this.spatialReader.
Value
.GetGeometry(column),
654
(reader, column) => this.spatialReader.
Value
.GetGeometry(column)
System\Data\Common\Utils\Singleton.cs (1)
18
/// The <see cref="
Value
"/> property is guaranteed to always return the same instance.
System\Data\Spatial\DbSpatialServices.cs (1)
27
return defaultServices.
Value
;
System\Data\SqlClient\SqlSpatialDataReader.cs (2)
39
object providerValue = sqlGeographyFromBinaryReader.
Value
(new BinaryReader(geogBytes.Stream));
47
object providerValue = sqlGeometryFromBinaryReader.
Value
(new BinaryReader(geomBytes.Stream));
System\Data\SqlClient\SqlSpatialServices.cs (1)
88
private SqlTypesAssembly SqlTypes { get { return this._sqlTypesAssemblySingleton.
Value
; } }
System\Data\SqlClient\SqlSpatialServices.Generated.cs (115)
32
object result = smi_SqlGeography_Parse.
Value
.Invoke(null, new object[] { sqlGeographyText });
39
object result = smi_SqlGeography_STGeomFromText.
Value
.Invoke(null, new object[] { sqlGeographyText, srid });
46
object result = smi_SqlGeography_STPointFromText.
Value
.Invoke(null, new object[] { sqlPointText, srid });
53
object result = smi_SqlGeography_STLineFromText.
Value
.Invoke(null, new object[] { sqlLineText, srid });
60
object result = smi_SqlGeography_STPolyFromText.
Value
.Invoke(null, new object[] { sqlPolygonText, srid });
67
object result = smi_SqlGeography_STMPointFromText.
Value
.Invoke(null, new object[] { sqlMultiPointText, srid });
74
object result = smi_SqlGeography_STMLineFromText.
Value
.Invoke(null, new object[] { sqlMultiLineText, srid });
81
object result = smi_SqlGeography_STMPolyFromText.
Value
.Invoke(null, new object[] { sqlMultiPolygonText, srid });
88
object result = smi_SqlGeography_STGeomCollFromText.
Value
.Invoke(null, new object[] { sqlGeographyCollectionText, srid });
95
object result = smi_SqlGeography_STGeomFromWKB.
Value
.Invoke(null, new object[] { sqlGeographyBytes, srid });
102
object result = smi_SqlGeography_STGeomFromWKB.
Value
.Invoke(null, new object[] { sqlGeographyBytes, 4326 });
109
object result = smi_SqlGeography_STPointFromWKB.
Value
.Invoke(null, new object[] { sqlPointBytes, srid });
116
object result = smi_SqlGeography_STLineFromWKB.
Value
.Invoke(null, new object[] { sqlLineBytes, srid });
123
object result = smi_SqlGeography_STPolyFromWKB.
Value
.Invoke(null, new object[] { sqlPolygonBytes, srid });
130
object result = smi_SqlGeography_STMPointFromWKB.
Value
.Invoke(null, new object[] { sqlMultiPointBytes, srid });
137
object result = smi_SqlGeography_STMLineFromWKB.
Value
.Invoke(null, new object[] { sqlMultiLineBytes, srid });
144
object result = smi_SqlGeography_STMPolyFromWKB.
Value
.Invoke(null, new object[] { sqlMultiPolygonBytes, srid });
151
object result = smi_SqlGeography_STGeomCollFromWKB.
Value
.Invoke(null, new object[] { sqlGeographyCollectionBytes, srid });
158
object result = smi_SqlGeography_GeomFromGml.
Value
.Invoke(null, new object[] { sqlGeographyGml, 4326 });
165
object result = smi_SqlGeography_GeomFromGml.
Value
.Invoke(null, new object[] { sqlGeographyGml, srid });
173
object result = ipi_SqlGeography_STSrid.
Value
.GetValue(sqlGeographyValue, null);
181
object result = imi_SqlGeography_STGeometryType.
Value
.Invoke(sqlGeographyValue, new object[] { });
189
object result = imi_SqlGeography_STDimension.
Value
.Invoke(sqlGeographyValue, new object[] { });
197
object result = imi_SqlGeography_STAsBinary.
Value
.Invoke(sqlGeographyValue, new object[] { });
205
object result = imi_SqlGeography_AsGml.
Value
.Invoke(sqlGeographyValue, new object[] { });
213
object result = imi_SqlGeography_STAsText.
Value
.Invoke(sqlGeographyValue, new object[] { });
221
object result = imi_SqlGeography_STIsEmpty.
Value
.Invoke(sqlGeographyValue, new object[] { });
230
object result = imi_SqlGeography_STEquals.
Value
.Invoke(sqlGeographyValue1, new object[] { sqlGeographyValue2 });
239
object result = imi_SqlGeography_STDisjoint.
Value
.Invoke(sqlGeographyValue1, new object[] { sqlGeographyValue2 });
248
object result = imi_SqlGeography_STIntersects.
Value
.Invoke(sqlGeographyValue1, new object[] { sqlGeographyValue2 });
256
object result = imi_SqlGeography_STBuffer.
Value
.Invoke(sqlGeographyValue, new object[] { distance });
265
object result = imi_SqlGeography_STDistance.
Value
.Invoke(sqlGeographyValue1, new object[] { sqlGeographyValue2 });
274
object result = imi_SqlGeography_STIntersection.
Value
.Invoke(sqlGeographyValue1, new object[] { sqlGeographyValue2 });
283
object result = imi_SqlGeography_STUnion.
Value
.Invoke(sqlGeographyValue1, new object[] { sqlGeographyValue2 });
292
object result = imi_SqlGeography_STDifference.
Value
.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 });
301
object result = imi_SqlGeography_STSymDifference.
Value
.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 });
309
object result = imi_SqlGeography_STNumGeometries.
Value
.Invoke(sqlGeographyValue, new object[] { });
317
object result = imi_SqlGeography_STGeometryN.
Value
.Invoke(sqlGeographyValue, new object[] { nValue });
325
object result = ipi_SqlGeography_Lat.
Value
.GetValue(sqlGeographyValue, null);
333
object result = ipi_SqlGeography_Long.
Value
.GetValue(sqlGeographyValue, null);
341
object result = ipi_SqlGeography_Z.
Value
.GetValue(sqlGeographyValue, null);
349
object result = ipi_SqlGeography_M.
Value
.GetValue(sqlGeographyValue, null);
357
object result = imi_SqlGeography_STLength.
Value
.Invoke(sqlGeographyValue, new object[] { });
365
object result = imi_SqlGeography_STStartPoint.
Value
.Invoke(sqlGeographyValue, new object[] { });
373
object result = imi_SqlGeography_STEndPoint.
Value
.Invoke(sqlGeographyValue, new object[] { });
381
object result = imi_SqlGeography_STIsClosed.
Value
.Invoke(sqlGeographyValue, new object[] { });
389
object result = imi_SqlGeography_STNumPoints.
Value
.Invoke(sqlGeographyValue, new object[] { });
397
object result = imi_SqlGeography_STPointN.
Value
.Invoke(sqlGeographyValue, new object[] { nValue });
405
object result = imi_SqlGeography_STArea.
Value
.Invoke(sqlGeographyValue, new object[] { });
412
object result = smi_SqlGeometry_Parse.
Value
.Invoke(null, new object[] { sqlGeometryText });
419
object result = smi_SqlGeometry_STGeomFromText.
Value
.Invoke(null, new object[] { sqlGeometryText, srid });
426
object result = smi_SqlGeometry_STPointFromText.
Value
.Invoke(null, new object[] { sqlPointText, srid });
433
object result = smi_SqlGeometry_STLineFromText.
Value
.Invoke(null, new object[] { sqlLineText, srid });
440
object result = smi_SqlGeometry_STPolyFromText.
Value
.Invoke(null, new object[] { sqlPolygonText, srid });
447
object result = smi_SqlGeometry_STMPointFromText.
Value
.Invoke(null, new object[] { sqlMultiPointText, srid });
454
object result = smi_SqlGeometry_STMLineFromText.
Value
.Invoke(null, new object[] { sqlMultiLineText, srid });
461
object result = smi_SqlGeometry_STMPolyFromText.
Value
.Invoke(null, new object[] { sqlMultiPolygonText, srid });
468
object result = smi_SqlGeometry_STGeomCollFromText.
Value
.Invoke(null, new object[] { sqlGeometryCollectionText, srid });
475
object result = smi_SqlGeometry_STGeomFromWKB.
Value
.Invoke(null, new object[] { sqlGeometryBytes, 0 });
482
object result = smi_SqlGeometry_STGeomFromWKB.
Value
.Invoke(null, new object[] { sqlGeometryBytes, srid });
489
object result = smi_SqlGeometry_STPointFromWKB.
Value
.Invoke(null, new object[] { sqlPointBytes, srid });
496
object result = smi_SqlGeometry_STLineFromWKB.
Value
.Invoke(null, new object[] { sqlLineBytes, srid });
503
object result = smi_SqlGeometry_STPolyFromWKB.
Value
.Invoke(null, new object[] { sqlPolygonBytes, srid });
510
object result = smi_SqlGeometry_STMPointFromWKB.
Value
.Invoke(null, new object[] { sqlMultiPointBytes, srid });
517
object result = smi_SqlGeometry_STMLineFromWKB.
Value
.Invoke(null, new object[] { sqlMultiLineBytes, srid });
524
object result = smi_SqlGeometry_STMPolyFromWKB.
Value
.Invoke(null, new object[] { sqlMultiPolygonBytes, srid });
531
object result = smi_SqlGeometry_STGeomCollFromWKB.
Value
.Invoke(null, new object[] { sqlGeometryCollectionBytes, srid });
538
object result = smi_SqlGeometry_GeomFromGml.
Value
.Invoke(null, new object[] { sqlGeometryGml, 0 });
545
object result = smi_SqlGeometry_GeomFromGml.
Value
.Invoke(null, new object[] { sqlGeometryGml, srid });
553
object result = ipi_SqlGeometry_STSrid.
Value
.GetValue(sqlGeometryValue, null);
561
object result = imi_SqlGeometry_STGeometryType.
Value
.Invoke(sqlGeometryValue, new object[] { });
569
object result = imi_SqlGeometry_STDimension.
Value
.Invoke(sqlGeometryValue, new object[] { });
577
object result = imi_SqlGeometry_STEnvelope.
Value
.Invoke(sqlGeometryValue, new object[] { });
585
object result = imi_SqlGeometry_STAsBinary.
Value
.Invoke(sqlGeometryValue, new object[] { });
593
object result = imi_SqlGeometry_AsGml.
Value
.Invoke(sqlGeometryValue, new object[] { });
601
object result = imi_SqlGeometry_STAsText.
Value
.Invoke(sqlGeometryValue, new object[] { });
609
object result = imi_SqlGeometry_STIsEmpty.
Value
.Invoke(sqlGeometryValue, new object[] { });
617
object result = imi_SqlGeometry_STIsSimple.
Value
.Invoke(sqlGeometryValue, new object[] { });
625
object result = imi_SqlGeometry_STBoundary.
Value
.Invoke(sqlGeometryValue, new object[] { });
633
object result = imi_SqlGeometry_STIsValid.
Value
.Invoke(sqlGeometryValue, new object[] { });
642
object result = imi_SqlGeometry_STEquals.
Value
.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 });
651
object result = imi_SqlGeometry_STDisjoint.
Value
.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 });
660
object result = imi_SqlGeometry_STIntersects.
Value
.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 });
669
object result = imi_SqlGeometry_STTouches.
Value
.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 });
678
object result = imi_SqlGeometry_STCrosses.
Value
.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 });
687
object result = imi_SqlGeometry_STWithin.
Value
.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 });
696
object result = imi_SqlGeometry_STContains.
Value
.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 });
705
object result = imi_SqlGeometry_STOverlaps.
Value
.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 });
714
object result = imi_SqlGeometry_STRelate.
Value
.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2, matrix });
722
object result = imi_SqlGeometry_STBuffer.
Value
.Invoke(sqlGeometryValue, new object[] { distance });
731
object result = imi_SqlGeometry_STDistance.
Value
.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 });
739
object result = imi_SqlGeometry_STConvexHull.
Value
.Invoke(sqlGeometryValue, new object[] { });
748
object result = imi_SqlGeometry_STIntersection.
Value
.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 });
757
object result = imi_SqlGeometry_STUnion.
Value
.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 });
766
object result = imi_SqlGeometry_STDifference.
Value
.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 });
775
object result = imi_SqlGeometry_STSymDifference.
Value
.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 });
783
object result = imi_SqlGeometry_STNumGeometries.
Value
.Invoke(sqlGeometryValue, new object[] { });
791
object result = imi_SqlGeometry_STGeometryN.
Value
.Invoke(sqlGeometryValue, new object[] { nValue });
799
object result = ipi_SqlGeometry_STX.
Value
.GetValue(sqlGeometryValue, null);
807
object result = ipi_SqlGeometry_STY.
Value
.GetValue(sqlGeometryValue, null);
815
object result = ipi_SqlGeometry_Z.
Value
.GetValue(sqlGeometryValue, null);
823
object result = ipi_SqlGeometry_M.
Value
.GetValue(sqlGeometryValue, null);
831
object result = imi_SqlGeometry_STLength.
Value
.Invoke(sqlGeometryValue, new object[] { });
839
object result = imi_SqlGeometry_STStartPoint.
Value
.Invoke(sqlGeometryValue, new object[] { });
847
object result = imi_SqlGeometry_STEndPoint.
Value
.Invoke(sqlGeometryValue, new object[] { });
855
object result = imi_SqlGeometry_STIsClosed.
Value
.Invoke(sqlGeometryValue, new object[] { });
863
object result = imi_SqlGeometry_STIsRing.
Value
.Invoke(sqlGeometryValue, new object[] { });
871
object result = imi_SqlGeometry_STNumPoints.
Value
.Invoke(sqlGeometryValue, new object[] { });
879
object result = imi_SqlGeometry_STPointN.
Value
.Invoke(sqlGeometryValue, new object[] { nValue });
887
object result = imi_SqlGeometry_STArea.
Value
.Invoke(sqlGeometryValue, new object[] { });
895
object result = imi_SqlGeometry_STCentroid.
Value
.Invoke(sqlGeometryValue, new object[] { });
903
object result = imi_SqlGeometry_STPointOnSurface.
Value
.Invoke(sqlGeometryValue, new object[] { });
911
object result = imi_SqlGeometry_STExteriorRing.
Value
.Invoke(sqlGeometryValue, new object[] { });
919
object result = imi_SqlGeometry_STNumInteriorRing.
Value
.Invoke(sqlGeometryValue, new object[] { });
927
object result = imi_SqlGeometry_STInteriorRingN.
Value
.Invoke(sqlGeometryValue, new object[] { nValue });
System\Data\SqlClient\SqlTypesAssembly.cs (1)
151
internal static SqlTypesAssembly Latest { get { return latestVersion.
Value
; } }