PropertyInterceptionContext<TValue>.WithValue(TValue) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このインターセプト コンテキスト内のすべてのコンテキスト情報と、指定されたプロパティ値を含む新しい BeginTransactionInterceptionContext を作成します。
public System.Data.Entity.Infrastructure.Interception.PropertyInterceptionContext<TValue> WithValue(TValue value);
member this.WithValue : 'Value -> System.Data.Entity.Infrastructure.Interception.PropertyInterceptionContext<'Value>
Public Function WithValue (value As TValue) As PropertyInterceptionContext(Of TValue)
パラメーター
- value
- TValue
ターゲット プロパティに割り当てられる値。
戻り値
指定されたプロパティ値に関連付けられた新しいインターセプト コンテキスト。