Repository Methods |
The Repository type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConsumeObjects |
Consumes and returns the objects found in the specified buffer.
|
![]() | CreateQueryT |
Returns IQueryable that can be used in LINQ expressions which query the repository
|
![]() | EnsureFullyLoaded |
Ensures that the specified objects are fully loaded.
|
![]() | EnumerateObjects |
Enumerates and returns the objects found in the specified buffer.
|
![]() | GetAggregateRootRepository |
Gets the aggregate root repository.
If AggregateParentRepository is null the aggregate root is this repository.
|
![]() | GetParentReference |
Gets the parent ownership reference.
|
![]() | GetReferenceTObject, TResult |
Gets the backing reference of the member, specified in the expression. The expression should be in the format 's => s.Member'.
|
![]() | IsAggregateRoot |
Returns true if this repository is aggregate root.
|
![]() | RefreshAttributes |
Refreshes the attributes collection.
|
Name | Description | |
---|---|---|
![]() | GetExpressionDependencies |
Gets the data attributes and references (from the repository) on which the expression depends.
(Defined by RepositoryExtensions.) |