Поделиться через


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>

Применяемые заметки.

Возвращаемое значение

Новое выражение с заданными заметками.

Применяется к