SqlServerEntityTypeMappingFragmentExtensions.IsSqlOutputClauseUsed Methode

Definition

Gibt einen Wert zurück, der angibt, ob beim Speichern von Änderungen an der zugeordneten Tabelle die SQL OUTPUT-Klausel verwendet werden soll. Die OUTPUT-Klausel ist mit bestimmten SQL Server Features, z. B. Tabellen mit Triggern, nicht kompatibel.

public static bool IsSqlOutputClauseUsed (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityTypeMappingFragment fragment);
static member IsSqlOutputClauseUsed : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityTypeMappingFragment -> bool
<Extension()>
Public Function IsSqlOutputClauseUsed (fragment As IReadOnlyEntityTypeMappingFragment) As Boolean

Parameter

fragment
IReadOnlyEntityTypeMappingFragment

Das Entitätstypzuordnungsfragment.

Gibt zurück

Der konfigurierte Wert.

Gilt für: