Condividi tramite


TableValuedFunctionExpression.CreateWithAnnotations Metodo

Definizione

Crea un oggetto come questo con annotazioni specificate.

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

Parametri

annotations
IEnumerable<IAnnotation>

Annotazioni da applicare.

Restituisce

Nuova espressione con annotazioni indicate.

Si applica a