Gets a collection of IChangedEntryDetails<(Of <(<'T>)>)> of the changed
entries.
This is only supported if the ReturnDetailedResults modifier was used,
otherwise this method will throw unsupported operation exception.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
ICollection<IChangedEntryDetails<T>> Results { get; }
ReadOnly Property Results As ICollection(Of IChangedEntryDetails(Of T)) Get
property ICollection<IChangedEntryDetails<T>^>^ Results { ICollection<IChangedEntryDetails<T>^>^ get (); }
/** @property */ ICollection<IChangedEntryDetails<T>> get_Results()
Exceptions
Exception | Condition |
---|---|
NotSupportedException | If the corresponding change
operation was not used with the ReturnDetailedResults. |