Get(T) Method (CacheSettings)

SimpleEssentials

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

Get all rows from a table.

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

Syntax


public IEnumerable<T> Get<T>(
	CacheSettings cacheSettings
)
Public Function Get(Of T) ( _
	cacheSettings As CacheSettings _
) As IEnumerable(Of T)
public:
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