次の方法で共有


DbLikeExpression.Pattern プロパティ

定義

指定した文字列を比較するパターンを指定する式を取得します。

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

プロパティ値

指定した文字列の比較対象のパターンを指定する式。

例外

式が null です。

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

適用対象