Share via


LeftJoinExpression.CreateWithAnnotations Method

Definition

Creates an object like this with specified annotations.

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

Parameters

annotations
IEnumerable<IAnnotation>

The annotations to be applied.

Returns

The new expression with given annotations.

Applies to