Documentation.IsEmpty Property

 

Gets a value indicating whether this Documentation object contains only a null or an empty Summary and a P:System.Data.Entity.Core.Metadata.Edm.Documentation.Longdescription .

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

public bool IsEmpty { get; }

Property Value

Type: System.Boolean

true if this Documentation object contains only a null or an empty Summary and a LongDescription ; otherwise, false.