| ModelManagerReadAllT Method |
Reads all items from the current collection.
Namespace:
Dynamicweb.Analytics.Model
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public IEnumerable<T> ReadAll<T>()
where T : new(), ISerializableModel
Public Function ReadAll(Of T As {New, ISerializableModel}) As IEnumerable(Of T)
Type Parameters
- T
- Item type.
Return Value
Type:
IEnumerableTA list of all items residing in a current collection.
See Also