다음을 통해 공유


ValuesExpression 생성자

정의

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

public ValuesExpression (string? alias, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.RowValueExpression> rowValues, System.Collections.Generic.IReadOnlyList<string> columnNames, System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>? annotations = default);
new Microsoft.EntityFrameworkCore.Query.SqlExpressions.ValuesExpression : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.RowValueExpression> * System.Collections.Generic.IReadOnlyList<string> * seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.ValuesExpression
Public Sub New (alias As String, rowValues As IReadOnlyList(Of RowValueExpression), columnNames As IReadOnlyList(Of String), Optional annotations As IEnumerable(Of IAnnotation) = Nothing)

매개 변수

alias
String

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

rowValues
IReadOnlyList<RowValueExpression>

이 테이블의 행 값입니다.

columnNames
IReadOnlyList<String>

이 테이블에 포함된 열의 이름입니다.

annotations
IEnumerable<IAnnotation>

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

적용 대상