Queryable.Shuffle<TSource>(IQueryable<TSource>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
generic <typename TSource>
[System::Runtime::CompilerServices::Extension]
static System::Linq::IQueryable<TSource> ^ Shuffle(System::Linq::IQueryable<TSource> ^ source);
public static System.Linq.IQueryable<TSource> Shuffle<TSource>(this System.Linq.IQueryable<TSource> source);
static member Shuffle : System.Linq.IQueryable<'Source> -> System.Linq.IQueryable<'Source>
<Extension()>
Public Function Shuffle(Of TSource) (source As IQueryable(Of TSource)) As IQueryable(Of TSource)
Type Parameters
- TSource
Parameters
- source
- IQueryable<TSource>
Returns
IQueryable<TSource>
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.