ISupportsGetByKeyList..::..GetByKeyList<(Of <(<'TKey>)>)> Method (String, IEnumerable<(Of <(<'TKey>)>)>)
Gets a set of records by their primary key.
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
IMultipleRowDbCommandBuilder GetByKeyList<TKey>( string tableName, IEnumerable<TKey> keys )
Function GetByKeyList(Of TKey) ( _ tableName As String, _ keys As IEnumerable(Of TKey) _ ) As IMultipleRowDbCommandBuilder
generic<typename TKey> IMultipleRowDbCommandBuilder^ GetByKeyList( String^ tableName, IEnumerable<TKey>^ keys )
Type Parameters
- TKey