次の方法で共有


InMemoryEntityTypeExtensions.GetInMemoryQuery メソッド

定義

オーバーロード

GetInMemoryQuery(IEntityType)

この型のクエリの既定のソースとして使用される LINQ クエリを取得します。

GetInMemoryQuery(IReadOnlyEntityType)

この型のクエリの既定のソースとして使用される LINQ クエリを取得します。

GetInMemoryQuery(IEntityType)

ソース:
InMemoryEntityTypeExtensions.cs

この型のクエリの既定のソースとして使用される LINQ クエリを取得します。

public static System.Linq.Expressions.LambdaExpression GetInMemoryQuery(this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetInMemoryQuery : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> System.Linq.Expressions.LambdaExpression
<Extension()>
Public Function GetInMemoryQuery (entityType As IEntityType) As LambdaExpression

パラメーター

entityType
IEntityType

メモリ内クエリを取得するエンティティ型。

戻り値

既定のソースとして使用される LINQ クエリ。

適用対象

GetInMemoryQuery(IReadOnlyEntityType)

ソース:
InMemoryEntityTypeExtensions.cs
ソース:
InMemoryEntityTypeExtensions.cs
ソース:
InMemoryEntityTypeExtensions.cs
ソース:
InMemoryEntityTypeExtensions.cs

この型のクエリの既定のソースとして使用される LINQ クエリを取得します。

public static System.Linq.Expressions.LambdaExpression? GetInMemoryQuery(this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetInMemoryQuery : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> System.Linq.Expressions.LambdaExpression
<Extension()>
Public Function GetInMemoryQuery (entityType As IReadOnlyEntityType) As LambdaExpression

パラメーター

entityType
IReadOnlyEntityType

メモリ内クエリを取得するエンティティ型。

戻り値

既定のソースとして使用される LINQ クエリ。

適用対象