SqlServerPropertyExtensions.SetIdentitySeed Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
SetIdentitySeed(IConventionProperty, Nullable<Int64>, StoreObjectIdentifier, Boolean) |
Задает начальное значение идентификатора для определенной таблицы. |
SetIdentitySeed(IMutableProperty, Nullable<Int64>, StoreObjectIdentifier) |
Задает начальное значение идентификатора для определенной таблицы. |
SetIdentitySeed(IConventionRelationalPropertyOverrides, Nullable<Int64>, Boolean) |
Задает начальное значение идентификатора для определенной таблицы. |
SetIdentitySeed(IConventionProperty, Nullable<Int64>, Boolean) |
Задает начальное значение идентификатора. |
SetIdentitySeed(IMutableProperty, Nullable<Int32>) |
Задает начальное значение идентификатора. |
SetIdentitySeed(IMutableRelationalPropertyOverrides, Nullable<Int64>) |
Задает начальное значение идентификатора для определенной таблицы. |
SetIdentitySeed(IMutableProperty, Nullable<Int64>) |
Задает начальное значение идентификатора. |
SetIdentitySeed(IConventionProperty, Nullable<Int32>, Boolean) |
Задает начальное значение идентификатора. |
SetIdentitySeed(IConventionProperty, Nullable<Int64>, StoreObjectIdentifier, Boolean)
Задает начальное значение идентификатора для определенной таблицы.
public static long? SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, long? seed, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject, bool fromDataAnnotation = false);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int64> * StoreObjectIdentifier * bool -> Nullable<int64>
<Extension()>
Public Function SetIdentitySeed (property As IConventionProperty, seed As Nullable(Of Long), ByRef storeObject As StoreObjectIdentifier, Optional fromDataAnnotation As Boolean = false) As Nullable(Of Long)
Параметры
- property
- IConventionProperty
Свойство.
- storeObject
- StoreObjectIdentifier
Идентификатор таблицы, содержащей столбец.
- fromDataAnnotation
- Boolean
Указывает, была ли конфигурация указана с помощью заметки к данным.
Возвращаемое значение
Настроенное или заданное значение.
Применяется к
SetIdentitySeed(IMutableProperty, Nullable<Int64>, StoreObjectIdentifier)
Задает начальное значение идентификатора для определенной таблицы.
public static void SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, long? seed, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int64> * StoreObjectIdentifier -> unit
<Extension()>
Public Sub SetIdentitySeed (property As IMutableProperty, seed As Nullable(Of Long), ByRef storeObject As StoreObjectIdentifier)
Параметры
- property
- IMutableProperty
Свойство.
- storeObject
- StoreObjectIdentifier
Идентификатор таблицы, содержащей столбец.
Применяется к
SetIdentitySeed(IConventionRelationalPropertyOverrides, Nullable<Int64>, Boolean)
Задает начальное значение идентификатора для определенной таблицы.
public static long? SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides overrides, long? seed, bool fromDataAnnotation = false);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides * Nullable<int64> * bool -> Nullable<int64>
<Extension()>
Public Function SetIdentitySeed (overrides As IConventionRelationalPropertyOverrides, seed As Nullable(Of Long), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Long)
Параметры
- overrides
- IConventionRelationalPropertyOverrides
Свойство переопределяет.
- fromDataAnnotation
- Boolean
Указывает, была ли конфигурация указана с помощью заметки к данным.
Возвращаемое значение
Настроенное или заданное значение.
Применяется к
SetIdentitySeed(IConventionProperty, Nullable<Int64>, Boolean)
Задает начальное значение идентификатора.
public static long? SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, long? seed, bool fromDataAnnotation = false);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int64> * bool -> Nullable<int64>
<Extension()>
Public Function SetIdentitySeed (property As IConventionProperty, seed As Nullable(Of Long), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Long)
Параметры
- property
- IConventionProperty
Свойство.
- fromDataAnnotation
- Boolean
Указывает, была ли конфигурация указана с помощью заметки к данным.
Возвращаемое значение
Настроенное или заданное значение.
Применяется к
SetIdentitySeed(IMutableProperty, Nullable<Int32>)
Задает начальное значение идентификатора.
public static void SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, int? seed);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int> -> unit
<Extension()>
Public Sub SetIdentitySeed (property As IMutableProperty, seed As Nullable(Of Integer))
Параметры
- property
- IMutableProperty
Свойство.
Применяется к
SetIdentitySeed(IMutableRelationalPropertyOverrides, Nullable<Int64>)
Задает начальное значение идентификатора для определенной таблицы.
public static void SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IMutableRelationalPropertyOverrides overrides, long? seed);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IMutableRelationalPropertyOverrides * Nullable<int64> -> unit
<Extension()>
Public Sub SetIdentitySeed (overrides As IMutableRelationalPropertyOverrides, seed As Nullable(Of Long))
Параметры
- overrides
- IMutableRelationalPropertyOverrides
Свойство переопределяет.
Применяется к
SetIdentitySeed(IMutableProperty, Nullable<Int64>)
Задает начальное значение идентификатора.
public static void SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, long? seed);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int64> -> unit
<Extension()>
Public Sub SetIdentitySeed (property As IMutableProperty, seed As Nullable(Of Long))
Параметры
- property
- IMutableProperty
Свойство.
Применяется к
SetIdentitySeed(IConventionProperty, Nullable<Int32>, Boolean)
Задает начальное значение идентификатора.
public static void SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, int? seed, bool fromDataAnnotation = false);
public static int? SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, int? seed, bool fromDataAnnotation = false);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int> * bool -> unit
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int> * bool -> Nullable<int>
<Extension()>
Public Sub SetIdentitySeed (property As IConventionProperty, seed As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false)
<Extension()>
Public Function SetIdentitySeed (property As IConventionProperty, seed As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)
Параметры
- property
- IConventionProperty
Свойство.
- fromDataAnnotation
- Boolean
Указывает, была ли конфигурация указана с помощью заметки к данным.
Возвращаемое значение
Настроенное или заданное значение.
Применяется к
Entity Framework