TechTalk Genome v4.2

IDataDomain.Extent<T> Method ()

Returns the extent for a persistent type that is stored in this DataDomain.

Set<T> Extent<T>();

Type Parameters

T
The type for which the extent should be returned.

Return Value

A Set<T> containing the extent for type.

Exceptions

Exception TypeCondition
GenomeException Thrown if the type specified by type is not persistent in this DataDomain.

Requirements

Namespace: TechTalk.Genome

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

IDataDomain Interface | TechTalk.Genome Namespace | IDataDomain.Extent<T> Overload List | Extent