EdmFunctions.LongCount(DbExpression) 메서드

정의

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

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

매개 변수

collection
DbExpression

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

반환

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

예외

collection이(가) null인 경우

collection이 잘못되었습니다.

적용 대상