SqlServerPropertyExtensions.GetValueGenerationStrategyConfigurationSource Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetValueGenerationStrategyConfigurationSource(IConventionProperty) |
Retorna o ConfigurationSource para o SqlServerValueGenerationStrategy. |
GetValueGenerationStrategyConfigurationSource(IConventionRelationalPropertyOverrides) |
Retorna o ConfigurationSource para o SqlServerValueGenerationStrategy de uma tabela específica. |
GetValueGenerationStrategyConfigurationSource(IConventionProperty, StoreObjectIdentifier) |
Retorna o ConfigurationSource para o SqlServerValueGenerationStrategy de uma tabela específica. |
GetValueGenerationStrategyConfigurationSource(IConventionProperty)
Retorna o ConfigurationSource para o SqlServerValueGenerationStrategy.
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)
Parâmetros
- property
- IConventionProperty
A propriedade.
Retornos
O ConfigurationSource para o SqlServerValueGenerationStrategy.
Aplica-se a
GetValueGenerationStrategyConfigurationSource(IConventionRelationalPropertyOverrides)
Retorna o ConfigurationSource para o SqlServerValueGenerationStrategy de uma tabela específica.
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)
Parâmetros
- overrides
- IConventionRelationalPropertyOverrides
A propriedade substitui.
Retornos
O ConfigurationSource para o SqlServerValueGenerationStrategy.
Aplica-se a
GetValueGenerationStrategyConfigurationSource(IConventionProperty, StoreObjectIdentifier)
Retorna o ConfigurationSource para o SqlServerValueGenerationStrategy de uma tabela específica.
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)
Parâmetros
- property
- IConventionProperty
A propriedade.
- storeObject
- StoreObjectIdentifier
O identificador da tabela que contém a coluna.
Retornos
O ConfigurationSource para o SqlServerValueGenerationStrategy.
Aplica-se a
Entity Framework