SqlServerPropertyExtensions.GetIdentityIncrement 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier)
返回标识增量。
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)
返回标识增量。
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)
返回标识增量。
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)
返回标识增量。
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)
返回标识增量。
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
属性。
返回
标识增量。