다음을 통해 공유


JoinExpressionBase 생성자

정의

오버로드

JoinExpressionBase(TableExpressionBase)

JoinExpressionBase 클래스의 새 인스턴스를 만듭니다.

JoinExpressionBase(TableExpressionBase, IEnumerable<IAnnotation>)

JoinExpressionBase 클래스의 새 인스턴스를 만듭니다.

JoinExpressionBase(TableExpressionBase)

JoinExpressionBase 클래스의 새 인스턴스를 만듭니다.

protected JoinExpressionBase (Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase table);
new Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase : Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase
Protected Sub New (table As TableExpressionBase)

매개 변수

table
TableExpressionBase

조인할 테이블 원본입니다.

적용 대상

JoinExpressionBase(TableExpressionBase, IEnumerable<IAnnotation>)

JoinExpressionBase 클래스의 새 인스턴스를 만듭니다.

protected JoinExpressionBase (Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase table, System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>? annotations);
new Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase : Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase * seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase
Protected Sub New (table As TableExpressionBase, annotations As IEnumerable(Of IAnnotation))

매개 변수

table
TableExpressionBase

조인할 테이블 원본입니다.

annotations
IEnumerable<IAnnotation>

이 식과 연결된 주석의 컬렉션입니다.

적용 대상