Bagikan melalui


TableExpressionBase.CreateWithAnnotations Metode

Definisi

Membuat objek seperti ini dengan anotasi yang ditentukan.

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

Parameter

annotations
IEnumerable<IAnnotation>

Anotasi yang akan diterapkan.

Mengembalikan

Ekspresi baru dengan anotasi yang diberikan.

Berlaku untuk