DbGeography.SpatialTypeName-Eigenschaft
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Ruft den speziellen Typnamen der DBGeography ab.
Namespace: System.Data.Entity.Spatial
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property SpatialTypeName As String
Get
'Usage
Dim instance As DbGeography
Dim value As String
value = instance.SpatialTypeName
public string SpatialTypeName { get; }
public:
property String^ SpatialTypeName {
String^ get ();
}
member SpatialTypeName : string
function get SpatialTypeName () : String
Eigenschaftswert
Typ: System.String
Der räumliche Typname der DBGeography.