次の方法で共有


DbLikeExpression.Escape プロパティ

定義

比較に使用する省略可能なエスケープ文字列を提供する式を取得します。

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

プロパティ値

比較に使用するエスケープ文字列 (省略可能) を指定する式。

例外

式が null です。

式が の DbLikeExpression コマンド ツリーに関連付けられていないか、その結果の型が文字列型ではありません。

適用対象