C# 클래스 System.Data.Select

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
GetRows ( ) : System.Data.DataRow[]
Select ( DataTable table, string filterExpression, string sort, DataViewRowState recordStates ) : System.Collections.Generic
SelectRows ( ) : System.Data.DataRow[]

비공개 메소드들

메소드 설명
AcceptRecord ( int record ) : bool
AnalyzeExpression ( BinaryNode expr ) : void
BuildLinearExpression ( ) : void
CompareClosestCandidateIndexDesc ( System.Data.IndexField fields ) : int
CompareRecords ( int record1, int record2 ) : int
CompareSortIndexDesc ( System.Data.IndexField fields ) : bool
CreateIndex ( ) : void
Eval ( BinaryNode expr, DataRow row, DataRowVersion version ) : int
Evaluate ( int record ) : int
FindClosestCandidateIndex ( ) : bool
FindFirstMatchingRecord ( ) : int
FindLastMatchingRecord ( int lo ) : int
FindSortIndex ( ) : bool
GetBinaryFilteredRecords ( ) : Range
GetLinearFilteredRecords ( Range range ) : int[]
GetLinearFilteredRows ( Range range ) : System.Data.DataRow[]
InitCandidateColumns ( ) : void
IsOperatorIn ( ExpressionNode enode ) : bool
IsSupportedOperator ( int op ) : bool
Sort ( int left, int right ) : void

메소드 상세

GetRows() 공개 메소드

public GetRows ( ) : System.Data.DataRow[]
리턴 System.Data.DataRow[]

Select() 공개 메소드

public Select ( DataTable table, string filterExpression, string sort, DataViewRowState recordStates ) : System.Collections.Generic
table DataTable
filterExpression string
sort string
recordStates DataViewRowState
리턴 System.Collections.Generic

SelectRows() 공개 메소드

public SelectRows ( ) : System.Data.DataRow[]
리턴 System.Data.DataRow[]