IMultipleResults::GetResult<TElement> Method ()
.NET Framework (current version)
Retrieves the next result as a sequence of a specified type.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Return Value
Type: System.Collections.Generic::IEnumerable<TElement>^An enumeration for iterating over the results.
Type Parameters
- TElement
The type of the sequence to be returned.
You would use code similar to the following to execute this stored procedure.
Note |
|---|
You must use the GetResult<TElement> pattern to obtain an enumerator of the correct type, based on your knowledge of the stored procedure. |
.NET Framework
Available since 3.5
Available since 3.5
Show:
