Freigeben über


Documentation.IsEmpty-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 einen Wert ab, der angibt, ob dieses Documentation-Objekt nur eine NULL-wertige oder leere Summary und eine Longdescription enthält.

Namespace:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public ReadOnly Property IsEmpty As Boolean 
    Get
'Usage
Dim instance As Documentation 
Dim value As Boolean 

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

Eigenschaftswert

Typ: System.Boolean
"true", wenn dieses Documentation-Objekt nur eine NULL-wertige oder eine leere Summary und eine LongDescription enthält, andernfalls "false".

Siehe auch

Verweis

Documentation Klasse

System.Data.Entity.Core.Metadata.Edm-Namespace