IDbProvider..::..GetByType<(Of <(<'T>)>)> Method
Get all rows from a table.
Namespace:
SimpleEssentials.DataProvider
Assembly:
SimpleEssentials (in SimpleEssentials.dll)
Syntax
IEnumerable<T> GetByType<T>( CacheSettings cacheSettings )
Function GetByType(Of T) ( _ cacheSettings As CacheSettings _ ) As IEnumerable(Of T)
generic<typename T> IEnumerable<T>^ GetByType( CacheSettings^ cacheSettings )
Type Parameters
- T
Parameters
- cacheSettings
- Type: SimpleEssentials.Cache..::..CacheSettings
The cache settings.