Share via


ModelStore.GetAllAnnotations Method

Include Protected Members
Include Inherited Members

Returns all annotations.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method GetAllAnnotations() Returns a list of all annotations.
Public method GetAllAnnotations<TType>() Returns a list of the annotations on the model that implements the given type.
Public method GetAllAnnotations(Type)
Public method GetAllAnnotations(ModelIdentifier) Returns a list of all annotations that are named with the provided identifier.
Public method GetAllAnnotations<TType>(ModelIdentifier) Returns all annotations that implement the given type.
Public method GetAllAnnotations(ModelIdentifier, Type)

Top

See Also

Reference

ModelStore Class

Microsoft.Data.Schema.SchemaModel Namespace