ISupportsGetByColumn..::..GetByColumn<(Of <(<'TKey>)>)> Method (String, String, TKey)
Gets one or more records by an arbitrary column.
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
IMultipleRowDbCommandBuilder GetByColumn<TKey>( string tableName, string columnName, TKey key )
Function GetByColumn(Of TKey) ( _ tableName As String, _ columnName As String, _ key As TKey _ ) As IMultipleRowDbCommandBuilder
generic<typename TKey> IMultipleRowDbCommandBuilder^ GetByColumn( String^ tableName, String^ columnName, TKey key )
Type Parameters
- TKey