TransparentIdentifierFactory Class

Definition

A factory to create transparent identifier to create during query processing. Transparent identifier is struct of outer and inner elements which is generally created as a result of join methods as intermediate type to hold values from both sources.

This type is typically used by database providers (and other extensions). It is generally not used in application code.

public static class TransparentIdentifierFactory
type TransparentIdentifierFactory = class
Public Class TransparentIdentifierFactory
Inheritance
TransparentIdentifierFactory

Remarks

See Implementation of database providers and extensions and How EF Core queries work for more information and examples.

Methods

Create(Type, Type)

Creates new transparent identifier type for given types.

Applies to