Show / Hide Table of Contents

    Namespace Kros.Data.BulkActions

    Classes

    BulkActionDataReader

    Wrapper, which extends simple IBulkActionDataReader to more complex System.Data.IDataReader.

    BulkActionFactories

    Representing set of registered IBulkActionFactory.

    BulkInsertColumnMapping

    Defines the mapping between a column in data source and a column in the destination table for IBulkInsert.

    BulkInsertColumnMappingCollection

    Collection of BulkInsertColumnMapping objects that inherits from System.Collections.ObjectModel.Collection<T>.

    BulkUpdateBase

    Common base class for BulkUpdate.

    EnumerableDataReader<T>

    IBulkActionDataReader implementation for any list of objects.

    Interfaces

    IBulkActionDataReader

    Interface for data source used in bulk actions (IBulkInsert, IBulkUpdate).

    IBulkActionFactory

    Creates instances of IBulkInsert and IBulkUpdate for bulk actions.

    IBulkInsert

    Interface for fast data inserting into database.

    IBulkUpdate

    Interface for fast data updating in database.

    Back to top KROS a.s.