次の方法で共有


DbExpressionBinding.Expression プロパティ

定義

入力セットを DbExpression 定義する を取得します。

public System.Data.Entity.Core.Common.CommandTrees.DbExpression Expression { get; }
member this.Expression : System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public ReadOnly Property Expression As DbExpression

プロパティ値

入力セットを定義する DbExpression

例外

式が null です。

式がバインドのコマンド ツリーに関連付けられていません。または、式の結果型が、プロパティの現在の値の結果型に等しくないかこの型に昇格できません。

適用対象