ObjectTransactionGetModifiedEntityObjects Method |
Gets the modified entity objects.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic IEnumerable<EntityObject> GetModifiedEntityObjects()
Public Function GetModifiedEntityObjects As IEnumerable(Of EntityObject)
public:
IEnumerable<EntityObject^>^ GetModifiedEntityObjects()
member GetModifiedEntityObjects : unit -> IEnumerable<EntityObject>
Return Value
Type:
IEnumerableEntityObject
See Also