C# Class System.Data.Tests.DataTableTest

Inheritance: DataSetAssertion
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
CreateDataTableExample ( ) : DataTable
DataTableTest ( ) : System.Collections.Generic
OnRowChanged ( object src, DataRowChangeEventArgs args ) : void
OnRowChanging ( object src, DataRowChangeEventArgs args ) : void

Private Methods

Méthode Description
AcceptChangesTest ( ) : void
Changes ( ) : void
ClearReset ( ) : void
ClearTest ( ) : void
CloneCopyTest ( ) : void
CloneExtendedProperties ( ) : void
CloneExtendedProperties1 ( ) : void
CloneExtendedProperties2 ( ) : void
CloneSubClassTest ( ) : void
ColumnObjectTypeTest ( ) : void
CreateDataReader1 ( ) : void
CreateDataReader2 ( ) : void
Ctor ( ) : void
GetErrors ( ) : void
ImportRowDeletedTest ( ) : void
ImportRowDetachedTest ( ) : void
ImportRowTest ( ) : void
ImportRowTypeChangeTest ( ) : void
LoadDataException ( ) : void
LoadDataRow_LoadOptions ( ) : void
Load_Basic ( ) : void
Load_ExtraColsEqualVal ( ) : void
Load_ExtraColsNonEqualVal ( ) : void
Load_Incompatible ( ) : void
Load_IncompatibleEHandlerF ( ) : void
Load_IncompatibleEHandlerT ( ) : void
Load_MissingColsDefault ( ) : void
Load_MissingColsNonNullable ( ) : void
Load_MissingColsNullable ( ) : void
Load_NoSchema ( ) : void
Load_RowStateChangesDefault ( ) : void
Load_RowStateChangesDefaultDelete ( ) : void
Load_RowStateOverwriteChanges ( ) : void
Load_RowStatePreserveChanges ( ) : void
Load_RowStatePreserveChangesDelete ( ) : void
Load_RowStateUpsert ( ) : void
Load_RowStateUpsertAdd ( ) : void
Load_RowStateUpsertDelete1 ( ) : void
Load_RowStateUpsertDelete2 ( ) : void
Load_RowStateUpsertDuplicateKey1 ( ) : void
Load_RowStateUpsertDuplicateKey2 ( ) : void
Load_RowStateUpsertUnchangedEqualVal ( ) : void
Load_RowStateUpsertUnpresent ( ) : void
NewRowAddedTest ( ) : void
OnTableCleared ( object src, DataTableClearEventArgs args ) : void
OnTableClearing ( object src, DataTableClearEventArgs args ) : void
OnTableInitialized ( object src, EventArgs args ) : void
OnTableNewRowAdded ( object src, DataTableNewRowEventArgs args ) : void
PrimaryKey ( ) : void
PrimaryKeyColumnChecksNonNull ( ) : void
PrimaryKey_CheckSetsAllowDBNull ( ) : void
PropertyExceptions ( ) : void
ReadWriteXmlSchemaExp_NoFileName ( ) : void
ReadWriteXmlSchemaExp_NoRootElmnt ( ) : void
ReadWriteXmlSchemaExp_NoTableName ( ) : void
ReadWriteXmlSchemaExp_TableNameConflict ( ) : void
ReadWriteXmlSchema_2 ( ) : void
ReadWriteXmlSchema_ByFileName ( ) : void
ReadXmlSchema ( ) : void
ReadXmlSchema_2 ( ) : void
ReadXmlSchema_ByStream ( ) : void
ReadXmlSchema_ByTextReader ( ) : void
ReadXmlSchema_ByXmlReader ( ) : void
ReadXmlSchemeWithBadScheme ( ) : void
ReadXmlSchemeWithScheme ( ) : void
ReadXmlSchemeWithoutScheme ( ) : void
RowChanged ( object o, DataRowChangeEventArgs e ) : void
RowChanging ( ) : void
RowChanging ( object o, DataRowChangeEventArgs e ) : void
Select ( ) : void
Select2 ( ) : void
SelectAggregates ( ) : void
SelectEscaping ( ) : void
SelectExceptions ( ) : void
SelectFunctions ( ) : void
SelectOperators ( ) : void
SelectParsing ( ) : void
SelectRelations ( ) : void
SelectRowState ( ) : void
SelectStringOperators ( ) : void
Serialize ( ) : void
SetPrimaryKeyAssertsNonNull ( ) : void
TableInitializedEventTest1 ( ) : void
TableInitializedEventTest2 ( ) : void
TableInitializedEventTest3 ( ) : void
TableInitializedEventTest4 ( ) : void
TestWriteXmlSchema1 ( ) : void
TestWriteXmlSchema2 ( ) : void
TestWriteXmlSchema3 ( ) : void
ToStringTest ( ) : void
WriteXmlSchema ( ) : void
WriteXmlSchema2 ( ) : void
WriteXmlSchema3 ( ) : void
WriteXmlSchema4 ( ) : void
WriteXmlSchema5 ( ) : void
WriteXmlSchema6 ( ) : void
WriteXmlSchema7 ( ) : void
WriteXmlSchema_ConstraintNameWithSpaces ( ) : void
WriteXmlSchema_ForignKeyConstraint ( ) : void
WriteXmlSchema_Hierarchy ( ) : void
WriteXmlSchema_Relations_ForeignKeys ( ) : void
dtLoad_RowChanged ( object sender, DataRowChangeEventArgs e ) : void
dtLoad_RowChanging ( object sender, DataRowChangeEventArgs e ) : void
fillErrorHandler ( object sender, FillErrorEventArgs e ) : void
localSetup ( ) : void
rowActionEnd ( ) : void
rowActionInit ( DataRowAction act ) : void
setupRowState ( ) : DataTable

Method Details

CreateDataTableExample() public static méthode

public static CreateDataTableExample ( ) : DataTable
Résultat DataTable

DataTableTest() public méthode

public DataTableTest ( ) : System.Collections.Generic
Résultat System.Collections.Generic

OnRowChanged() public méthode

public OnRowChanged ( object src, DataRowChangeEventArgs args ) : void
src object
args DataRowChangeEventArgs
Résultat void

OnRowChanging() public méthode

public OnRowChanging ( object src, DataRowChangeEventArgs args ) : void
src object
args DataRowChangeEventArgs
Résultat void