Table of Contents

Interface IBulkOperationProvider

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Adds bulk operation support to info object provider.

public interface IBulkOperationProvider
Extension Methods

Methods

BulkInsertInfos(IEnumerable<BaseInfo>)

Bulk inserts the given list of info objects

void BulkInsertInfos(IEnumerable<BaseInfo> objects)

Parameters

objects IEnumerable<BaseInfo>

List of objects

Remarks

Info object ID is not set during the bulk insert operation