SqlServerPropertyExtensions.GetIdentityIncrement 方法

定义

重载

GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier)

返回标识增量。

GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)

返回标识增量。

GetIdentityIncrement(IProperty, StoreObjectIdentifier)

返回标识增量。

GetIdentityIncrement(IProperty)

返回标识增量。

GetIdentityIncrement(IReadOnlyProperty)

返回标识增量。

GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier)

Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs

返回标识增量。

public static int? GetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetIdentityIncrement (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)

参数

property
IReadOnlyProperty

属性。

storeObject
StoreObjectIdentifier

存储对象的标识符。

返回

标识增量。

适用于

GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)

Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs

返回标识增量。

public static int? GetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides overrides);
static member GetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides -> Nullable<int>
<Extension()>
Public Function GetIdentityIncrement (overrides As IReadOnlyRelationalPropertyOverrides) As Nullable(Of Integer)

参数

overrides
IReadOnlyRelationalPropertyOverrides

属性重写。

返回

标识增量。

适用于

GetIdentityIncrement(IProperty, StoreObjectIdentifier)

Source:
SqlServerPropertyExtensions.cs

返回标识增量。

public static int? GetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetIdentityIncrement (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)

参数

property
IProperty

属性。

storeObject
StoreObjectIdentifier

存储对象的标识符。

返回

标识增量。

适用于

GetIdentityIncrement(IProperty)

Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs

返回标识增量。

public static int? GetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<int>
<Extension()>
Public Function GetIdentityIncrement (property As IProperty) As Nullable(Of Integer)

参数

property
IProperty

属性。

返回

标识增量。

适用于

GetIdentityIncrement(IReadOnlyProperty)

Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs

返回标识增量。

public static int? GetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Nullable<int>
<Extension()>
Public Function GetIdentityIncrement (property As IReadOnlyProperty) As Nullable(Of Integer)

参数

property
IReadOnlyProperty

属性。

返回

标识增量。

适用于