The RepositoryBase<(Of <(TUnitOfWork>)>) type exposes the following members.

Constructors

  NameDescription
RepositoryBase<(Of <(TUnitOfWork>)>)
Instantiates a new instance of this class.

Methods

  NameDescription
SaveChanges
Flushes pending changes to the underlying database.

Properties

  NameDescription
UnitOfWorkScope
Returns the UnitOfWorkScopeBase<(Of <(TUnitOfWork>)>) associated with this repository.

See Also