PostgreSqlDataSourceBase..::..GetByKeyList<(Of <(<'TObject, TKey>)>)> Method (IEnumerable<(Of <(<'TKey>)>)>)
Gets a set of records by a key list.
Namespace:
Tortuga.Chain.PostgreSqlAssembly: Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)
Syntax
public MultipleRowDbCommandBuilder<NpgsqlCommand, NpgsqlParameter, TObject> GetByKeyList<TObject, TKey>( IEnumerable<TKey> keys )
Public Function GetByKeyList(Of TObject, TKey) ( _ keys As IEnumerable(Of TKey) _ ) As MultipleRowDbCommandBuilder(Of NpgsqlCommand, NpgsqlParameter, TObject)
public: generic<typename TObject, typename TKey> MultipleRowDbCommandBuilder<NpgsqlCommand^, NpgsqlParameter^, 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.