C# Class System.Data.Tests.DataRowTest2

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
DataRowTest2 ( ) : System.Collections
checkForLoops ( ) : void
checkForLoopsAdvenced ( ) : void

Private Methods

Méthode Description
AcceptChanges ( ) : void
AssertNotFound ( DataRow rc, DataColumn dc, DataRowVersion version ) : bool
BeginEdit ( ) : void
CancelEdit ( ) : void
CheckRowVersion ( DataRow dr ) : void
ClearErrors ( ) : void
ColumnChanged ( object sender, DataColumnChangeEventArgs e ) : void
ColumnChanging ( object sender, DataColumnChangeEventArgs e ) : void
DataRowExpressionDefaultValueTest ( ) : void
DataRow_RowError ( ) : void
DataRow_RowError2 ( ) : void
DataRow_RowError3 ( ) : void
Delete ( ) : void
EndEdit ( ) : void
Equals ( ) : void
GetChildRows_ByDataRealtion ( ) : void
GetChildRows_ByDataRealtionDataRowVersion ( ) : void
GetChildRows_ByName ( ) : void
GetChildRows_ByNameDataRowVersion ( ) : void
GetChildRows_DataRelation ( ) : void
GetColumnError_ByIndex ( ) : void
GetColumnError_ByName ( ) : void
GetColumnsInError ( ) : void
GetDataTable ( ) : DataTable
GetHashCode ( ) : void
GetParentRow_ByDataRelation ( ) : void
GetParentRow_ByDataRelationDataRowVersion ( ) : void
GetParentRow_ByName ( ) : void
GetParentRow_ByNameDataRowVersion ( ) : void
GetParentRows_ByDataRelation ( ) : void
GetParentRows_ByName ( ) : void
GetParentRows_ByNameDataRowVersion ( ) : void
GetParentRows_DataRelation_DataRowVersion ( ) : void
GetType ( ) : void
HasErrors ( ) : void
HasErrorsWithNullError ( ) : void
HasVersion_ByDataRowVersion ( ) : void
Indexer1 ( ) : void
Indexer1_Column_NotInTable ( ) : void
Indexer1_Column_Null ( ) : void
Indexer1_Value_Null ( ) : void
Indexer2 ( ) : void
Indexer2_Value_Null ( ) : void
Indexer3 ( ) : void
Indexer3_ColumnName_Empty ( ) : void
Indexer3_ColumnName_Null ( ) : void
Indexer3_Value_Null ( ) : void
Indexer4 ( ) : void
Indexer4_Column_NotInTable ( ) : void
Indexer4_Column_Null ( ) : void
Indexer4_Version_Invalid ( ) : void
Indexer4_Version_NotFound ( ) : void
IsNull_BeforeGetValue ( ) : void
IsNull_ByDataColumn ( ) : void
IsNull_ByDataColumnDataRowVersion ( ) : void
IsNull_ByIndex ( ) : void
IsNull_ByName ( ) : void
IsNull_NullValueArguments ( ) : void
Item ( ) : void
ItemArray ( ) : void
ItemArray_NewTable ( ) : void
RejectChanges ( ) : void
RowChangedHandler ( object sender, DataRowChangeEventArgs e ) : void
RowError ( ) : void
RowState ( ) : void
SetAdded_test ( ) : void
SetColumnError_ByColumnNameError ( ) : void
SetColumnError_ByDataColumnError ( ) : void
SetColumnError_ByIndexError ( ) : void
SetModified_test ( ) : void
SetParentRow_ByDataRow ( ) : void
SetParentRow_ByDataRowDataRelation ( ) : void
Table ( ) : void
TestRowErrors ( ) : void
ToString ( ) : void
bug78885 ( ) : void
setAdded_testRollback ( ) : void
setModified_testRollback ( ) : void
test ( ) : void
testMore ( ) : void

Method Details

DataRowTest2() public méthode

public DataRowTest2 ( ) : System.Collections
Résultat System.Collections

checkForLoops() public méthode

public checkForLoops ( ) : void
Résultat void

checkForLoopsAdvenced() public méthode

public checkForLoopsAdvenced ( ) : void
Résultat void