IBulkOperationProviderBulkInsertInfos Method |
Bulk inserts the given list of info objects
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax void BulkInsertInfos(
IEnumerable<BaseInfo> objects
)
Parameters
- objects
- Type: System.Collections.GenericIEnumerableBaseInfo
List of objects
Remarks
Info object ID is not set during the bulk insert operation
See Also