Condividi tramite


TableExpressionBase.CreateWithAnnotations Metodo

Definizione

Crea un oggetto come questo con le annotazioni specificate.

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

Parametri

annotations
IEnumerable<IAnnotation>

Annotazioni da applicare.

Restituisce

Nuova espressione con annotazioni date.

Si applica a