BulkInsertEventArgsInsertedObjects Property |
Inserted objects.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public IEnumerable<IInfo> InsertedObjects { get; }
Property Value
Type:
IEnumerableIInfoRemarks Objects in the collection are not complete (ID is not set) and are not intended for additional processing
See Also