MetadataItem.RemoveAnnotation Method (String)

 

Removes an annotation with the specified name.

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

public bool RemoveAnnotation(
	string name
)

Parameters

name
Type: System.String

The name of the annotation property.

Return Value

Type: System.Boolean

true if an annotation was removed; otherwise, false.