DbGeometry.IsRing (Propiedad)
[Esta página es específica de la versión 6 de Entity Framework. La versión más reciente está disponible como el paquete NuGet de Entity Framework. Para más información sobre Entity Framework, consulte msdn.com/es-ES/data/ef].
Obtiene un valor booleano que acepta valores NULL que indica si este valor DbGeometry es un anillo, que puede ser NULL si este valor no representa una curva.
Espacio de nombres: System.Data.Entity.Spatial
Ensamblado: EntityFramework (en EntityFramework.dll)
Sintaxis
'Declaración
Public ReadOnly Property IsRing As Nullable(Of Boolean)
Get
'Uso
Dim instance As DbGeometry
Dim value As Nullable(Of Boolean)
value = instance.IsRing
public Nullable<bool> IsRing { get; }
public:
property Nullable<bool> IsRing {
Nullable<bool> get ();
}
member IsRing : Nullable<bool>
function get IsRing () : Nullable<boolean>
Valor de propiedad
Tipo: System.Nullable<Boolean>
Es true si este valor DbGeometry es un anillo; de lo contrario, es false.