SqlServerPropertyExtensions.GetValueGenerationStrategyConfigurationSource Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
GetValueGenerationStrategyConfigurationSource(IConventionProperty) |
Возвращает для ConfigurationSourceSqlServerValueGenerationStrategy. |
GetValueGenerationStrategyConfigurationSource(IConventionRelationalPropertyOverrides) |
ConfigurationSource Возвращает для для SqlServerValueGenerationStrategy определенной таблицы. |
GetValueGenerationStrategyConfigurationSource(IConventionProperty, StoreObjectIdentifier) |
ConfigurationSource Возвращает для для SqlServerValueGenerationStrategy определенной таблицы. |
GetValueGenerationStrategyConfigurationSource(IConventionProperty)
Возвращает для ConfigurationSourceSqlServerValueGenerationStrategy.
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)
Параметры
- property
- IConventionProperty
Свойство.
Возвращаемое значение
Объект ConfigurationSource для SqlServerValueGenerationStrategy.
Применяется к
GetValueGenerationStrategyConfigurationSource(IConventionRelationalPropertyOverrides)
ConfigurationSource Возвращает для для SqlServerValueGenerationStrategy определенной таблицы.
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)
Параметры
- overrides
- IConventionRelationalPropertyOverrides
Свойство переопределяет.
Возвращаемое значение
Объект ConfigurationSource для SqlServerValueGenerationStrategy.
Применяется к
GetValueGenerationStrategyConfigurationSource(IConventionProperty, StoreObjectIdentifier)
ConfigurationSource Возвращает для для SqlServerValueGenerationStrategy определенной таблицы.
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)
Параметры
- property
- IConventionProperty
Свойство.
- storeObject
- StoreObjectIdentifier
Идентификатор таблицы, содержащей столбец.
Возвращаемое значение
Объект ConfigurationSource для SqlServerValueGenerationStrategy.
Применяется к
Entity Framework