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


IntersectExpression.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>

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

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

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

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