C# Class System.Data.Tests.DataTableLoadRowTest

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
ResetEventFlags ( ) : void
SubscribeEvents ( DataTable dt ) : void
UnsubscribeEvents ( DataTable dt ) : void

Private Methods

Méthode Description
LoadRowAutoIncrementTest ( ) : void
LoadRowDefaultValueTest ( ) : void
LoadRowTest ( ) : void
LoadRowTestOverwriteChanges ( ) : void
LoadRowTestPreserveChanges ( ) : void
LoadRowTestUpsert ( ) : void
dt_RowChanged ( object sender, DataRowChangeEventArgs e ) : void
dt_RowChanging ( object sender, DataRowChangeEventArgs e ) : void
dt_RowDeleted ( object sender, DataRowChangeEventArgs e ) : void
dt_RowDeleting ( object sender, DataRowChangeEventArgs e ) : void

Method Details

ResetEventFlags() public méthode

public ResetEventFlags ( ) : void
Résultat void

SubscribeEvents() public méthode

public SubscribeEvents ( DataTable dt ) : void
dt DataTable
Résultat void

UnsubscribeEvents() public méthode

public UnsubscribeEvents ( DataTable dt ) : void
dt DataTable
Résultat void