IMultipleRowDbCommandBuilder<(Of <(<'TObject>)>)>..::..ToImmutableDictionary<(Of <(<'TKey>)>)> Method (String, DictionaryOptions)
Materializes the result as a immutable dictionary of objects.
Namespace:
Tortuga.Chain.CommandBuildersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
IConstructibleMaterializer<ImmutableDictionary<TKey, TObject>> ToImmutableDictionary<TKey>( string keyColumn, DictionaryOptions dictionaryOptions )
Function ToImmutableDictionary(Of TKey) ( _ keyColumn As String, _ dictionaryOptions As DictionaryOptions _ ) As IConstructibleMaterializer(Of ImmutableDictionary(Of TKey, TObject))
generic<typename TKey> IConstructibleMaterializer<ImmutableDictionary<TKey, TObject>^>^ ToImmutableDictionary( String^ keyColumn, DictionaryOptions^ dictionaryOptions )
Type Parameters
- TKey
- The type of the key.
Parameters
- keyColumn
- Type: String
The key column.
- dictionaryOptions
- Type: Tortuga.Chain..::..DictionaryOptions
The dictionary options.