SqliteEntityTypeMappingFragmentExtensions Class

Definition

SQLite specific extension methods for IReadOnlyEntityTypeMappingFragment.

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

Methods

GetUseSqlReturningClauseConfigurationSource(IConventionEntityTypeMappingFragment)

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

IsSqlReturningClauseUsed(IReadOnlyEntityTypeMappingFragment)

Returns a value indicating whether to use the SQL RETURNING clause when saving changes to the table. The RETURNING clause is incompatible with certain Sqlite features, such as virtual tables or tables with AFTER triggers.

UseSqlReturningClause(IConventionEntityTypeMappingFragment, Nullable<Boolean>, Boolean)

Sets a value indicating whether to use the SQL RETURNING clause when saving changes to the table. The RETURNING clause is incompatible with certain Sqlite features, such as virtual tables or tables with AFTER triggers.

UseSqlReturningClause(IMutableEntityTypeMappingFragment, Nullable<Boolean>)

Sets a value indicating whether to use the SQL RETURNING clause when saving changes to the table. The RETURNING clause is incompatible with certain Sqlite features, such as virtual tables or tables with AFTER triggers.

Applies to