The IRepository<(Of <(<'T>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Delete(T) |
Delete an Item from the repository
|
![]() | Delete(String, array<Object>[]()[][]) |
Delete items from the repository based on a sql Condition
|
![]() | Find(String, array<Object>[]()[][]) |
Find items from the repository based on a sql condition
|
![]() | Find(Int32, Int32, String, array<Object>[]()[][]) |
Find a GetPage of items from the repository based on a sql condition
|
![]() | Get()()()() |
Returns all the items in the repository as an enumerable list
|
![]() | Get<(Of <<'(TScopeType>)>>)(TScopeType) |
Returns an enumerable list of items filtered by scope
|
![]() | GetById<(Of <<'(TProperty>)>>)(TProperty) |
Get an individual item based on the items Id field
|
![]() | GetById<(Of <<'(TProperty, TScopeType>)>>)(TProperty, TScopeType) |
Get an individual item based on the items Id field
|
![]() | GetPage(Int32, Int32) |
Returns a page of items in the repository as a paged list
|
![]() | GetPage<(Of <<'(TScopeType>)>>)(TScopeType, Int32, Int32) |
Returns a page of items in the repository as a paged list filtered by scope
|
![]() | Insert |
Inserts an Item into the repository
|
![]() | Update(T) |
Updates an Item in the repository
|
![]() | Update(String, array<Object>[]()[][]) |
Update items in the repository based on a sql Condition
|