Share via


SelectExpression.GetMappedProjectionTypes Method

Definition

Gets the types of the expressions in Projection.

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression+<GetMappedProjectionTypes>d__69))]
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Storage.TypeMaterializationInfo> GetMappedProjectionTypes ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression+<GetMappedProjectionTypes>d__73))]
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Storage.TypeMaterializationInfo> GetMappedProjectionTypes ();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression+<GetMappedProjectionTypes>d__69))>]
abstract member GetMappedProjectionTypes : unit -> seq<Microsoft.EntityFrameworkCore.Storage.TypeMaterializationInfo>
override this.GetMappedProjectionTypes : unit -> seq<Microsoft.EntityFrameworkCore.Storage.TypeMaterializationInfo>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression+<GetMappedProjectionTypes>d__73))>]
abstract member GetMappedProjectionTypes : unit -> seq<Microsoft.EntityFrameworkCore.Storage.TypeMaterializationInfo>
override this.GetMappedProjectionTypes : unit -> seq<Microsoft.EntityFrameworkCore.Storage.TypeMaterializationInfo>
Public Iterator Overridable Function GetMappedProjectionTypes () As IEnumerable(Of TypeMaterializationInfo)

Returns

The types of the expressions in Projection.

Attributes

Applies to