SqlServerPropertyExtensions.FindHiLoSequence 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
FindHiLoSequence(IProperty) |
ISequence在模型中查找要用于 hi-lo 模式的 。 |
FindHiLoSequence(IReadOnlyProperty) |
ISequence在模型中查找要用于 hi-lo 模式的 。 |
FindHiLoSequence(IProperty, StoreObjectIdentifier) |
ISequence在模型中查找要用于 hi-lo 模式的 。 |
FindHiLoSequence(IReadOnlyProperty, StoreObjectIdentifier) |
ISequence在模型中查找要用于 hi-lo 模式的 。 |
FindHiLoSequence(IProperty)
ISequence在模型中查找要用于 hi-lo 模式的 。
public static Microsoft.EntityFrameworkCore.Metadata.ISequence FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
public static Microsoft.EntityFrameworkCore.Metadata.ISequence? FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member FindHiLoSequence : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.ISequence
<Extension()>
Public Function FindHiLoSequence (property As IProperty) As ISequence
参数
- property
- IProperty
属性。
返回
要使用的序列;如果模型中不存在序列, null
则为 。
适用于
FindHiLoSequence(IReadOnlyProperty)
ISequence在模型中查找要用于 hi-lo 模式的 。
public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence? FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member FindHiLoSequence : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence
<Extension()>
Public Function FindHiLoSequence (property As IReadOnlyProperty) As IReadOnlySequence
参数
- property
- IReadOnlyProperty
属性。
返回
要使用的序列;如果模型中不存在序列, null
则为 。
适用于
FindHiLoSequence(IProperty, StoreObjectIdentifier)
ISequence在模型中查找要用于 hi-lo 模式的 。
public static Microsoft.EntityFrameworkCore.Metadata.ISequence FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.ISequence? FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindHiLoSequence : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.ISequence
<Extension()>
Public Function FindHiLoSequence (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As ISequence
参数
- property
- IProperty
属性。
- storeObject
- StoreObjectIdentifier
存储对象的标识符。
返回
要使用的序列;如果模型中不存在序列, null
则为 。
适用于
FindHiLoSequence(IReadOnlyProperty, StoreObjectIdentifier)
ISequence在模型中查找要用于 hi-lo 模式的 。
public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence? FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindHiLoSequence : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence
<Extension()>
Public Function FindHiLoSequence (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As IReadOnlySequence
参数
- property
- IReadOnlyProperty
属性。
- storeObject
- StoreObjectIdentifier
存储对象的标识符。
返回
要使用的序列;如果模型中不存在序列, null
则为 。