Table of Contents

Class SplitQueryingEnumerable<T>

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 SplitQueryingEnumerable<T> : IEnumerable<T>, IEnumerable, IAsyncEnumerable<T>, IRelationalQueryingEnumerable, IQueryingEnumerable

Type Parameters

T
Inheritance
SplitQueryingEnumerable<T>
Implements
IQueryingEnumerable
Inherited Members

Constructors

SplitQueryingEnumerable(RelationalQueryContext, RelationalCommandCache, IReadOnlyList<ReaderColumn?>?, Func<QueryContext, DbDataReader, ResultContext, SplitQueryResultCoordinator, T>, 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 SplitQueryingEnumerable(RelationalQueryContext relationalQueryContext, RelationalCommandCache relationalCommandCache, IReadOnlyList<ReaderColumn?>? readerColumns, Func<QueryContext, DbDataReader, ResultContext, SplitQueryResultCoordinator, T> shaper, Action<QueryContext, IExecutionStrategy, SplitQueryResultCoordinator>? relatedDataLoaders, Func<QueryContext, IExecutionStrategy, SplitQueryResultCoordinator, Task>? relatedDataLoadersAsync, Type contextType, bool standAloneStateManager, bool detailedErrorsEnabled, bool threadSafetyChecksEnabled)

Parameters

relationalQueryContext RelationalQueryContext
relationalCommandCache RelationalCommandCache
readerColumns IReadOnlyList<ReaderColumn>
shaper Func<QueryContext, DbDataReader, ResultContext, SplitQueryResultCoordinator, T>
relatedDataLoaders Action<QueryContext, IExecutionStrategy, SplitQueryResultCoordinator>
relatedDataLoadersAsync Func<QueryContext, IExecutionStrategy, SplitQueryResultCoordinator, Task>
contextType Type
standAloneStateManager bool
detailedErrorsEnabled bool
threadSafetyChecksEnabled bool

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

DbCommand

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<T> GetAsyncEnumerator(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

IAsyncEnumerator<T>

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<T> GetEnumerator()

Returns

IEnumerator<T>

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()

Returns

string