SqlitePropertyExtensions.GetDefaultValueGenerationStrategy 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.
Returns the default SqliteValueGenerationStrategy to use for the property.
public static Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy GetDefaultValueGenerationStrategy(this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetDefaultValueGenerationStrategy : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Metadata.SqliteValueGenerationStrategy
<Extension()>
Public Function GetDefaultValueGenerationStrategy (property As IReadOnlyProperty) As SqliteValueGenerationStrategy
Parameters
- property
- IReadOnlyProperty
The property.
Returns
The default strategy for the property.