GetMultiMap(T, T2, T3, T4, T5) Method (String, Func(T, T2, T3, T4, T5, T), Object, String, CacheSettings)

SimpleEssentials

IDbProvider..::..GetMultiMap<(Of <(<'T, T2, T3, T4, T5>)>)> Method (String, Func<(Of <(<'T, T2, T3, T4, T5, T>)>)>, Object, String, CacheSettings)

Gets the multi map.

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

Syntax


IEnumerable<T> GetMultiMap<T, T2, T3, T4, T5>(
	string sql,
	Func<T, T2, T3, T4, T5, T> func,
	Object param,
	string splitOn,
	CacheSettings cacheSettings
)
Function GetMultiMap(Of T, T2, T3, T4, T5) ( _
	sql As String, _
	func As Func(Of T, T2, T3, T4, T5, T), _
	param As Object, _
	splitOn As String, _
	cacheSettings As CacheSettings _
) As IEnumerable(Of T)
generic<typename T, typename T2, typename T3, typename T4, typename T5>
IEnumerable<T>^ GetMultiMap(
	String^ sql, 
	Func<T, T2, T3, T4, T5, T>^ func, 
	Object^ param, 
	String^ splitOn, 
	CacheSettings^ cacheSettings
)

Type Parameters

T
T2
The type of the 2.
T3
The type of the 3.
T4
The type of the 4.
T5
The type of the 5.

Parameters

sql
Type: String
The SQL.
func
Type: Func<(Of <(<'T, T2, T3, T4, T5, T>)>)>
The function.
param
Type: Object
The parameter.
splitOn
Type: String
The split on.
cacheSettings
Type: SimpleEssentials.Cache..::..CacheSettings
The cache settings.

Return Value