Udostępnij za pośrednictwem


TableValuedFunctionExpression.CreateWithAnnotations Metoda

Definicja

Tworzy obiekt podobny do tego z określonymi adnotacjami.

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

Parametry

annotations
IEnumerable<IAnnotation>

Adnotacje do zastosowania.

Zwraca

Nowe wyrażenie z podanymi adnotacjami.

Dotyczy