BulkInsertEventArgs Constructor (ObjectTypeInfo, IEnumerableIInfo) |
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public BulkInsertEventArgs(
ObjectTypeInfo typeInfo,
IEnumerable<IInfo> objects
)
Parameters
- typeInfo
- Type: CMS.DataEngineObjectTypeInfo
Processed type info - objects
- Type: System.Collections.GenericIEnumerableIInfo
Inserted objects
See Also