Condividi tramite


Proprietà Facet.IsUnbounded

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene un valore che indica se il valore del facet è non associato.

Spazio dei nomi:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsUnbounded As Boolean 
    Get
'Utilizzo
Dim instance As Facet 
Dim value As Boolean 

value = instance.IsUnbounded
public bool IsUnbounded { get; }
public:
property bool IsUnbounded {
    bool get ();
}
member IsUnbounded : bool
function get IsUnbounded () : boolean

Valore proprietà

Tipo: System.Boolean
true se il valore del facet è non associato; in caso contrario, false.

Vedere anche

Riferimento

Facet Classe

Spazio dei nomi System.Data.Entity.Core.Metadata.Edm