RelationalTransaction.SupportsSavepoints Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob diese IDbContextTransaction-Instanz Datenbanksicherungspunkte unterstützt. Wenn false, wird erwartet, dass die Methoden CreateSavepointAsync(String, CancellationToken), RollbackToSavepointAsync(String, CancellationToken) und ReleaseSavepointAsync(String, CancellationToken) sowie deren synchrone Entsprechungen NotSupportedException auslösen.

public virtual bool SupportsSavepoints { get; }
member this.SupportsSavepoints : bool
Public Overridable ReadOnly Property SupportsSavepoints As Boolean

Eigenschaftswert

true, wenn dieser IDbContextTransaction instance Datenbankspeicherpunkte unterstützt, falseandernfalls .

Implementiert

Gilt für: