BulkInsertHandlerStartEvent Method (ObjectTypeInfo, IEnumerableIInfo) |
Initiates the event handling.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public BulkInsertHandler StartEvent(
ObjectTypeInfo typeInfo,
IEnumerable<IInfo> objects
)
Parameters
- typeInfo
- Type: CMS.DataEngineObjectTypeInfo
Type information regarding the objects inserted. - objects
- Type: System.Collections.GenericIEnumerableIInfo
Collection of inserted objects
Return Value
Type:
BulkInsertHandlerSee Also