ModelStore.GetAnnotations Method

Include Protected Members
Include Inherited Members

Returns all the annotations on the model.

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 GetAnnotations<TType>()
Public method GetAnnotations() Returns all the annotations on the model.
Public method GetAnnotations(Type) Returns a list of the annotations on the model that implements the given type.
Public method GetAnnotations(ModelIdentifier) Returns a list of the annotations on the model that matches the given identifiers.
Public method GetAnnotations<TType>(ModelIdentifier) Returns all elements.
Public method GetAnnotations(ModelIdentifier, Type) Returns all annotations that have the given identifier name, and that implement the given type.

Top

See Also

Reference

ModelStore Class

Microsoft.Data.Schema.SchemaModel Namespace