IDbProvider..::..Get Method
Overload List
Name | Description | |
---|---|---|
Get<(Of <<'(T>)>>)(Object, CacheSettings) |
Get a row from the database by ID.
|
|
Get<(Of <<'(T>)>>)(CacheSettings) |
Get all rows from a table.
|
|
Get<(Of <<'(T>)>>)(Expression<(Of <<'(Func<(Of <<'(T, Boolean>)>>)>)>>), CacheSettings) |
Get all rows that match the expression given
|