QuerySqlGenerator.GetCommand(SelectExpression) Yöntem

Tanım

Bir için ilişkisel komutu alır SelectExpression .

public virtual Microsoft.EntityFrameworkCore.Storage.IRelationalCommand GetCommand (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression selectExpression);
abstract member GetCommand : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression -> Microsoft.EntityFrameworkCore.Storage.IRelationalCommand
override this.GetCommand : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression -> Microsoft.EntityFrameworkCore.Storage.IRelationalCommand
Public Overridable Function GetCommand (selectExpression As SelectExpression) As IRelationalCommand

Parametreler

selectExpression
SelectExpression

Komut metninde yazdırılacak bir seçim ifadesi.

Döndürülenler

IRelationalCommand

select ifadesiyle temsil edilen SQL ilişkisel bir komut.

Şunlara uygulanır