다음을 통해 공유


EdmFunctions.Count(DbExpression) 메서드

정의

지정한 컬렉션에 대해 정식 'Count' 함수를 호출하는 DbFunctionExpression을 만듭니다. 이 식의 결과 형식은 Edm.Int32입니다.

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

매개 변수

collection
DbExpression

개수값을 계산해야 하는 컬렉션을 지정하는 식입니다.

반환

개수값을 생성하는 새 DbFunctionExpression입니다.

예외

collectionnull입니다.

collection이 잘못되었습니다.

적용 대상