Click or drag to resize

ObjectDbListT 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
C#
public IEnumerable<T> List<T>()
where T : class, new()

Type Parameters

T
The type of object to list.

Return Value

Type: IEnumerableT
An enumerable set of objects of the specified type.

Implements

IObjectDbEsentListT
See Also