| IObjectDbEsentListT Method |
Lists (enumerates) all objects of a type over the primary key index.
Namespace:
Orthogonal.ObjectDb.Esent
Assembly:
Orthogonal.ObjectDb.Esent (in Orthogonal.ObjectDb.Esent.dll) Version: 4.0.0
Syntax IEnumerable<T> List<T>()
where T : class, new()
Type Parameters
- T
- The type of object to list.
Return Value
Type:
IEnumerableTAn enumerable set of objects of the specified type.
See Also