ModelStore.GetAllAnnotations Method

Returns a list of all annotations.

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

Syntax

'Declaration
Public Function GetAllAnnotations As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAllAnnotations()
public:
IList<IModelAnnotation^>^ GetAllAnnotations()
member GetAllAnnotations : unit -> IList<IModelAnnotation> 
public function GetAllAnnotations() : IList<IModelAnnotation>

Return Value

Type: System.Collections.Generic.IList<IModelAnnotation>

.NET Framework Security

See Also

Reference

ModelStore Class

GetAllAnnotations Overload

Microsoft.Data.Schema.SchemaModel Namespace

IModelAnnotation