TableExpressionBase.CreateWithAnnotations 方法

定義

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

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

參數

annotations
IEnumerable<IAnnotation>

要套用的批註。

傳回

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

適用於