다음을 통해 공유


TableExpressionBase 생성자

정의

오버로드

TableExpressionBase(String)

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

TableExpressionBase(String, IEnumerable<IAnnotation>)

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

TableExpressionBase(String)

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

protected TableExpressionBase (string alias);
protected TableExpressionBase (string? alias);
new Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase : string -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase
Protected Sub New (alias As String)

매개 변수

alias
String

테이블 원본에 대한 문자열 별칭입니다.

적용 대상

TableExpressionBase(String, IEnumerable<IAnnotation>)

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

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

매개 변수

alias
String

테이블 원본에 대한 문자열 별칭입니다.

annotations
IEnumerable<IAnnotation>

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

적용 대상