TableExpressionBase.CreateWithAnnotations Méthode

Définition

Crée un objet comme celui-ci avec des annotations spécifiées.

protected abstract Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase CreateWithAnnotations (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member CreateWithAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase
Protected MustOverride Function CreateWithAnnotations (annotations As IEnumerable(Of IAnnotation)) As TableExpressionBase

Paramètres

annotations
IEnumerable<IAnnotation>

Annotations à appliquer.

Retours

Nouvelle expression avec des annotations données.

S’applique à