C# Class System.Data.Tests.DataTableLoadRowTest

Show file Open project: dotnet/corefx

Public Methods

Method Description
ResetEventFlags ( ) : void
SubscribeEvents ( DataTable dt ) : void
UnsubscribeEvents ( DataTable dt ) : void

Private Methods

Method 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 method

public ResetEventFlags ( ) : void
return void

SubscribeEvents() public method

public SubscribeEvents ( DataTable dt ) : void
dt DataTable
return void

UnsubscribeEvents() public method

public UnsubscribeEvents ( DataTable dt ) : void
dt DataTable
return void