OuterApplyExpression.CreateWithAnnotations Método

Definição

Cria um objeto como este com anotações 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>

As anotações a serem aplicadas.

Retornos

A nova expressão com anotações fornecidas.

Aplica-se a