MySqlDataSourceBase..::..GetByKeyList<(Of <(<'TObject, TKey>)>)> Method (IEnumerable<(Of <(<'TKey>)>)>)
Gets a set of records by a key list.
Namespace:
Tortuga.Chain.MySqlAssembly: Tortuga.Chain.MySql (in Tortuga.Chain.MySql.dll)
Syntax
public MultipleRowDbCommandBuilder<MySqlCommand, MySqlParameter, TObject> GetByKeyList<TObject, TKey>( IEnumerable<TKey> keys )
Public Function GetByKeyList(Of TObject, TKey) ( _ keys As IEnumerable(Of TKey) _ ) As MultipleRowDbCommandBuilder(Of MySqlCommand, MySqlParameter, TObject)
public: generic<typename TObject, typename TKey> MultipleRowDbCommandBuilder<MySqlCommand^, MySqlParameter^, TObject>^ GetByKeyList( IEnumerable<TKey>^ keys )
Type Parameters
- TObject
- The type of the returned object.
- TKey
- The type of the key.
Parameters
- keys
- Type: IEnumerable<(Of <(<'TKey>)>)>
The keys.