SqlServerEntityTypeMappingFragmentExtensions Class

Definition

SQL Server specific extension methods for IReadOnlyEntityTypeMappingFragment.

public static class SqlServerEntityTypeMappingFragmentExtensions
type SqlServerEntityTypeMappingFragmentExtensions = class
Public Module SqlServerEntityTypeMappingFragmentExtensions
Inheritance
SqlServerEntityTypeMappingFragmentExtensions

Methods

GetUseSqlOutputClauseConfigurationSource(IConventionEntityTypeMappingFragment)

Gets the configuration source for the setting whether to use the SQL OUTPUT clause when saving changes to the associated table.

IsSqlOutputClauseUsed(IReadOnlyEntityTypeMappingFragment)

Returns a value indicating whether to use the SQL OUTPUT clause when saving changes to the associated table. The OUTPUT clause is incompatible with certain SQL Server features, such as tables with triggers.

UseSqlOutputClause(IConventionEntityTypeMappingFragment, Nullable<Boolean>, Boolean)

Sets whether to use the SQL OUTPUT clause when saving changes to the associated table. The OUTPUT clause is incompatible with certain SQL Server features, such as tables with triggers.

UseSqlOutputClause(IMutableEntityTypeMappingFragment, Nullable<Boolean>)

Sets whether to use the SQL OUTPUT clause when saving changes to the associated table. The OUTPUT clause is incompatible with certain SQL Server features, such as tables with triggers.

Applies to