Returns the extent for a persistent type that is stored in this DataDomain.
Returns the extent for a persistent type that is stored in this DataDomain.
Set<T> Extent<T>();
Returns a Set<T> bound to pinnedContext, containing the extent for a persistent type that is stored in this DataDomain.
Set<T> Extent<T>(IContext);