SqliteEntityTypeMappingFragmentExtensions.GetUseSqlReturningClauseConfigurationSource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the configuration source for whether to use the SQL RETURNING clause when saving changes to the associated table.
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetUseSqlReturningClauseConfigurationSource(this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityTypeMappingFragment fragment);
static member GetUseSqlReturningClauseConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityTypeMappingFragment -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetUseSqlReturningClauseConfigurationSource (fragment As IConventionEntityTypeMappingFragment) As Nullable(Of ConfigurationSource)
Parameters
- fragment
- IConventionEntityTypeMappingFragment
The entity type mapping fragment.
Returns
The configuration source for the configured value.