Class GroupBySplitQueryingEnumerable<TKey, TElement>
- Namespace
- Microsoft.EntityFrameworkCore.Query.Internal
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public class GroupBySplitQueryingEnumerable<TKey, TElement> : IEnumerable<IGrouping<TKey, TElement>>, IEnumerable, IAsyncEnumerable<IGrouping<TKey, TElement>>, IRelationalQueryingEnumerable, IQueryingEnumerable
Type Parameters
TKeyTElement
- Inheritance
-
GroupBySplitQueryingEnumerable<TKey, TElement>
- Implements
-
IEnumerable<IGrouping<TKey, TElement>>IAsyncEnumerable<IGrouping<TKey, TElement>>IQueryingEnumerable
- Inherited Members
Constructors
GroupBySplitQueryingEnumerable(RelationalQueryContext, RelationalCommandCache, IReadOnlyList<ReaderColumn?>?, Func<QueryContext, DbDataReader, TKey>, Func<QueryContext, DbDataReader, object[]>, IReadOnlyList<ValueComparer>, Func<QueryContext, DbDataReader, ResultContext, SplitQueryResultCoordinator, TElement>, Action<QueryContext, IExecutionStrategy, SplitQueryResultCoordinator>?, Func<QueryContext, IExecutionStrategy, SplitQueryResultCoordinator, Task>?, Type, bool, bool, bool)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public GroupBySplitQueryingEnumerable(RelationalQueryContext relationalQueryContext, RelationalCommandCache relationalCommandCache, IReadOnlyList<ReaderColumn?>? readerColumns, Func<QueryContext, DbDataReader, TKey> keySelector, Func<QueryContext, DbDataReader, object[]> keyIdentifier, IReadOnlyList<ValueComparer> keyIdentifierValueComparers, Func<QueryContext, DbDataReader, ResultContext, SplitQueryResultCoordinator, TElement> elementSelector, Action<QueryContext, IExecutionStrategy, SplitQueryResultCoordinator>? relatedDataLoaders, Func<QueryContext, IExecutionStrategy, SplitQueryResultCoordinator, Task>? relatedDataLoadersAsync, Type contextType, bool standAloneStateManager, bool detailedErrorsEnabled, bool threadSafetyChecksEnabled)
Parameters
relationalQueryContextRelationalQueryContextrelationalCommandCacheRelationalCommandCachereaderColumnsIReadOnlyList<ReaderColumn>keySelectorFunc<QueryContext, DbDataReader, TKey>keyIdentifierFunc<QueryContext, DbDataReader, object[]>keyIdentifierValueComparersIReadOnlyList<ValueComparer>elementSelectorFunc<QueryContext, DbDataReader, ResultContext, SplitQueryResultCoordinator, TElement>relatedDataLoadersAction<QueryContext, IExecutionStrategy, SplitQueryResultCoordinator>relatedDataLoadersAsyncFunc<QueryContext, IExecutionStrategy, SplitQueryResultCoordinator, Task>contextTypeTypestandAloneStateManagerbooldetailedErrorsEnabledboolthreadSafetyChecksEnabledbool
Methods
CreateDbCommand()
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public virtual DbCommand CreateDbCommand()
Returns
GetAsyncEnumerator(CancellationToken)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public virtual IAsyncEnumerator<IGrouping<TKey, TElement>> GetAsyncEnumerator(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationToken
Returns
- IAsyncEnumerator<IGrouping<TKey, TElement>>
GetEnumerator()
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public virtual IEnumerator<IGrouping<TKey, TElement>> GetEnumerator()
Returns
- IEnumerator<IGrouping<TKey, TElement>>
ToQueryString()
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public virtual string ToQueryString()