Get(T) Method (CacheSettings)

SimpleEssentials

IDbProvider..::..Get<(Of <(<'T>)>)> Method (CacheSettings)

Get all rows from a table.

Namespace:  SimpleEssentials.DataProvider
Assembly:  SimpleEssentials (in SimpleEssentials.dll)

Syntax


IEnumerable<T> Get<T>(
	CacheSettings cacheSettings
)
Function Get(Of T) ( _
	cacheSettings As CacheSettings _
) As IEnumerable(Of T)
generic<typename T>
IEnumerable<T>^ Get(
	CacheSettings^ cacheSettings
)

Type Parameters

T

Parameters

cacheSettings
Type: SimpleEssentials.Cache..::..CacheSettings
The cache settings.

Return Value

A list of strongly typed objects