Aracılığıyla paylaş


SqlServerEntityTypeMappingFragmentExtensions.IsSqlOutputClauseUsed Yöntem

Tanım

İlişkili tabloda yapılan değişiklikleri kaydederken SQL OUTPUT yan tümcesinin kullanılıp kullanılmayacağını belirten bir değer döndürür. OUTPUT yan tümcesi, tetikleyicileri olan tablolar gibi belirli SQL Server özellikleriyle uyumsuzdur.

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

Parametreler

fragment
IReadOnlyEntityTypeMappingFragment

Varlık türü eşleme parçası.

Döndürülenler

Yapılandırılan değer.

Şunlara uygulanır