Freigeben über


DbConnectionPropertyInterceptionContext<TValue>.WithValue Methode

Definition

Erstellt eine neue DbConnectionPropertyInterceptionContext<TValue> , die alle kontextbezogenen Informationen in diesem Abfangkontext zusammen mit dem angegebenen Eigenschaftswert enthält.

public System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<TValue> WithValue (TValue value);
override this.WithValue : 'Value -> System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<'Value>
Public Function WithValue (value As TValue) As DbConnectionPropertyInterceptionContext(Of TValue)

Parameter

value
TValue

Der Wert, der der Zieleigenschaft zugewiesen wird.

Gibt zurück

Ein neuer Abfangkontext, der dem angegebenen Eigenschaftswert zugeordnet ist.

Gilt für: