EntityDataSourceSelectedEventArgs.TotalRowCount 속성

정의

쿼리에서 반환된 개체의 총 수를 가져옵니다.

public:
 property int TotalRowCount { int get(); };
public int TotalRowCount { get; }
member this.TotalRowCount : int
Public ReadOnly Property TotalRowCount As Integer

속성 값

Int32

반환된 개체의 총 수입니다.

적용 대상