ISupportsGetByColumnList..::..GetByColumnList<(Of <(<'TObject>)>)> Method (String, IEnumerable<(Of <(<'Guid>)>)>)
Gets one or more records by an arbitrary column.
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
IMultipleRowDbCommandBuilder<TObject> GetByColumnList<TObject>( string columnName, IEnumerable<Guid> keys )
Function GetByColumnList(Of TObject) ( _ columnName As String, _ keys As IEnumerable(Of Guid) _ ) As IMultipleRowDbCommandBuilder(Of TObject)
generic<typename TObject> IMultipleRowDbCommandBuilder<TObject>^ GetByColumnList( String^ columnName, IEnumerable<Guid^>^ keys )
Type Parameters
- TObject
- The type of the object. Used to determine which table will be read.
Parameters
- columnName
- Type: String
The name of the column to search.
- keys
- Type: IEnumerable<(Of <(<'Guid>)>)>
The search keys.