ModelStore.GetAnnotations Method

Returns all the annotations on the model.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function GetAnnotations As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAnnotations()
public:
virtual IList<IModelAnnotation^>^ GetAnnotations() sealed
abstract GetAnnotations : unit -> IList<IModelAnnotation> 
override GetAnnotations : unit -> IList<IModelAnnotation> 
public final function GetAnnotations() : IList<IModelAnnotation>

Return Value

Type: System.Collections.Generic.IList<IModelAnnotation>
A list of annotations.

Implements

IModelAnnotationHolder.GetAnnotations()

.NET Framework Security

See Also

Reference

ModelStore Class

GetAnnotations Overload

Microsoft.Data.Schema.SchemaModel Namespace

ModelIdentifier