C# Class NSoft.NFramework.Data.AdoToolFixture

Inheritance: AdoFixtureBase
Mostrar archivo Open project: debop/NFramework

Public Methods

Method Description
MethodInTransaction ( ) : void

Private Methods

Method Description
Can_GetCommonPropertyNames ( ) : void
ConvertAllFromDataReaderWithPaging ( string customerId, int firstResult, int maxResults ) : void
ConvertAllFromDataTable ( int firstResult, int maxResults ) : void
ConvertAllFromDataTableByConverter ( int firstResult, int maxResults ) : void
ConvertAllFromDataTableByNameMappingFuncs ( int firstResult, int maxResults ) : void
ConvertAllFromDataTableByPaging ( string customerId, int firstResult, int maxResults ) : void
ConvertAllFromDataTableByPropertyNameMapping ( int firstResult, int maxResults ) : void
CountOfDataReader ( int firstResult, int maxResults ) : void
GetCustomerOrderHistoryDataReader ( string customerId ) : IDataReader
MapFromDataReader ( int firstResult, int maxResults ) : void
MapFromDataReaderByConverter ( int firstResult, int maxResults ) : void
MapFromDataReaderByNameMappingFuncs ( int firstResult, int maxResults ) : void
MapFromDataReaderByPersister ( int firstResult, int maxResults ) : void
MapFromDataReaderByPropertyNameMapping ( int firstResult, int maxResults ) : void
MapFromDataReaderExcludeProperty ( int firstResult, int maxResults ) : void
SetParameterValuesGeneric ( ) : void
UseTransactionScopeTest ( ) : void

Method Details

MethodInTransaction() public static method

public static MethodInTransaction ( ) : void
return void