다음을 통해 공유


DbExpressionBuilder.Element(DbExpression) 메서드

정의

집합을 singleton으로 변환하는 새 DbElementExpression을 만듭니다.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbElementExpression ^ Element(System::Data::Common::CommandTrees::DbExpression ^ argument);
public static System.Data.Common.CommandTrees.DbElementExpression Element (this System.Data.Common.CommandTrees.DbExpression argument);
static member Element : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbElementExpression
<Extension()>
Public Function Element (argument As DbExpression) As DbElementExpression

매개 변수

argument
DbExpression

입력 집합을 지정하는 식입니다.

반환

집합 인수를 singleton으로 변환하는 DbElementExpression을 나타냅니다.

예외

argument가 null입니다.

argument에 컬렉션 결과 형식이 없습니다.

적용 대상