次の方法で共有


ISelectExpressionFactory インターフェイス

定義

SelectExpression インスタンスのファクトリ。

public interface ISelectExpressionFactory
type ISelectExpressionFactory = interface
Public Interface ISelectExpressionFactory
派生

メソッド

Create(RelationalQueryCompilationContext, String)

新しい SelectExpression を作成します。

Create(RelationalQueryCompilationContext)

新しい SelectExpression を作成します。

適用対象