Compartir a través de


IntersectExpression.CreateWithAnnotations Método

Definición

Crea un objeto como este con anotaciones especificadas.

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

Parámetros

annotations
IEnumerable<IAnnotation>

Anotaciones que se van a aplicar.

Devoluciones

Nueva expresión con anotaciones dadas.

Se aplica a