C# Class NSoft.NFramework.Data.Repositories.UpdateDataSetFixture

Inheritance: AdoFixtureBase
Mostrar archivo Open project: debop/NFramework

Public Methods

Method Description
AddTestData ( ) : void
CreateCommandDynamically ( DbCommand &insertCommand, DbCommand &updateCommand, DbCommand &deleteCommand ) : void
CreateCommands ( ) : void
CreateCommands ( DbCommand &insertCommand, DbCommand &updateCommand, DbCommand &deleteCommand ) : void

Private Methods

Method Description
ClassCleanUp ( ) : void
ClassSetUp ( ) : void
DeleteRow_ContinueBehavior ( ) : void
SetUp ( ) : void
UpdateRow_With_TransactionBehavior ( ) : void

Method Details

AddTestData() public static method

public static AddTestData ( ) : void
return void

CreateCommandDynamically() public static method

public static CreateCommandDynamically ( DbCommand &insertCommand, DbCommand &updateCommand, DbCommand &deleteCommand ) : void
insertCommand System.Data.Common.DbCommand
updateCommand System.Data.Common.DbCommand
deleteCommand System.Data.Common.DbCommand
return void

CreateCommands() public method

public CreateCommands ( ) : void
return void

CreateCommands() public static method

public static CreateCommands ( DbCommand &insertCommand, DbCommand &updateCommand, DbCommand &deleteCommand ) : void
insertCommand System.Data.Common.DbCommand
updateCommand System.Data.Common.DbCommand
deleteCommand System.Data.Common.DbCommand
return void