Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryBulkInsertInfos Method (IEnumerableTInfo)
Bulk inserts the given list of info objects

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public void BulkInsertInfos(
	IEnumerable<TInfo> objects
)

Parameters

objects
Type: System.Collections.GenericIEnumerableTInfo
List of objects
See Also