C# Class System.Data.Tests.DataViewTest2

显示文件 Open project: dotnet/corefx

Private Methods

Method Description
AcceptChanges ( ) : void
AddNew ( ) : void
AllowDelete ( ) : void
AllowEdit ( ) : void
AllowNew ( ) : void
ApplyDefaultSort ( ) : void
ClearTable ( ) : void
CompareSortedRowsByParentAndChildId ( DataView dv, DataRow drTable ) : bool
CompareSortedRowsByParentId ( DataView dv, DataRow drTable ) : bool
CopyTo ( ) : void
DataViewManager ( ) : void
DataView_ListChangedEventTest ( ) : void
Delete ( ) : void
FindRows_ByKey ( ) : void
FindRows_ByKeys ( ) : void
Find_ByArray ( ) : void
Find_ByObject ( ) : void
GetEnumerator ( ) : void
GetResultRows ( DataTable dt, DataRowState State ) : DataRow[]
Item ( ) : void
ListChanged ( ) : void
RowFilter ( ) : void
RowStateFilter ( ) : void
Sort ( ) : void
Table ( ) : void
TestDefaultValues ( ) : void
TestEquals_SameTableDiffViewProp ( ) : void
TestTableProperty ( ) : void
ToTableTest_DataValidity ( ) : void
ToTable_SimpleTest ( ) : void
ctor_Complex ( ) : void
ctor_DataTable ( ) : void
ctor_Empty ( ) : void
ctor_ExpectedExceptions ( ) : void
dv_ListChanged ( object sender, ListChangedEventArgs e ) : void