SqlitePropertyExtensions.GetValueGenerationStrategyConfigurationSource 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.
Overloads
| Name | Description |
|---|---|
| GetValueGenerationStrategyConfigurationSource(IConventionProperty, StoreObjectIdentifier) |
Returns the ConfigurationSource for the SqliteValueGenerationStrategy for a particular table. |
| GetValueGenerationStrategyConfigurationSource(IConventionProperty) |
Gets the ConfigurationSource for the value generation strategy. |
| GetValueGenerationStrategyConfigurationSource(IConventionRelationalPropertyOverrides) |
Returns the ConfigurationSource for the SqliteValueGenerationStrategy for a particular table. |
GetValueGenerationStrategyConfigurationSource(IConventionProperty, StoreObjectIdentifier)
- Source:
- SqlitePropertyExtensions.cs
Returns the ConfigurationSource for the SqliteValueGenerationStrategy for a particular table.
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetValueGenerationStrategyConfigurationSource(this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetValueGenerationStrategyConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetValueGenerationStrategyConfigurationSource (property As IConventionProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of ConfigurationSource)
Parameters
- property
- IConventionProperty
The property.
- storeObject
- StoreObjectIdentifier
The identifier of the table containing the column.
Returns
The ConfigurationSource for the SqliteValueGenerationStrategy.
Applies to
GetValueGenerationStrategyConfigurationSource(IConventionProperty)
- Source:
- SqlitePropertyExtensions.cs
Gets the ConfigurationSource for the value generation strategy.
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetValueGenerationStrategyConfigurationSource(this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetValueGenerationStrategyConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetValueGenerationStrategyConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)
Parameters
- property
- IConventionProperty
The property.
Returns
The ConfigurationSource for the value generation strategy.
Applies to
GetValueGenerationStrategyConfigurationSource(IConventionRelationalPropertyOverrides)
- Source:
- SqlitePropertyExtensions.cs
Returns the ConfigurationSource for the SqliteValueGenerationStrategy for a particular table.
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetValueGenerationStrategyConfigurationSource(this Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides overrides);
static member GetValueGenerationStrategyConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetValueGenerationStrategyConfigurationSource (overrides As IConventionRelationalPropertyOverrides) As Nullable(Of ConfigurationSource)
Parameters
- overrides
- IConventionRelationalPropertyOverrides
The property overrides.
Returns
The ConfigurationSource for the SqliteValueGenerationStrategy.