UnionExpression.CreateWithAnnotations(IEnumerable<IAnnotation>) Methode

Definition

Erstellt ein Objekt wie dieses mit angegebenen Anmerkungen.

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

Parameter

annotations
IEnumerable<IAnnotation>

Die anmerkungen, die angewendet werden sollen.

Gibt zurück

Der neue Ausdruck mit den angegebenen Anmerkungen.

Gilt für: