SelectExpression.GetAnnotations Method

Definition

Gets all annotations on the current object.

public override System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> GetAnnotations ();
override this.GetAnnotations : unit -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overrides Function GetAnnotations () As IEnumerable(Of IAnnotation)

Returns

Applies to