Share via


TableValuedFunctionExpression.CreateWithAnnotations 方法

定義

使用指定的批註建立類似這個 的物件。

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

參數

annotations
IEnumerable<IAnnotation>

要套用的批註。

傳回

具有指定批註的新運算式。

適用於