共用方式為


PropertyInterceptionContext<TValue>.WithValue(TValue) 方法

定義

建立新的 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

將指派給目標屬性的值。

傳回

與指定屬性值相關聯的新攔截內容。

適用於