SqlServerPropertyExtensions.GetHiLoSequenceName メソッド

定義

オーバーロード

GetHiLoSequenceName(IReadOnlyProperty, StoreObjectIdentifier)

hi-lo シーケンスに使用する名前を返します。

GetHiLoSequenceName(IProperty, StoreObjectIdentifier)

hi-lo シーケンスに使用する名前を返します。

GetHiLoSequenceName(IReadOnlyProperty)

hi-lo シーケンスに使用する名前を返します。

GetHiLoSequenceName(IProperty)

hi-lo シーケンスに使用する名前を返します。

GetHiLoSequenceName(IReadOnlyProperty, StoreObjectIdentifier)

hi-lo シーケンスに使用する名前を返します。

public static string? GetHiLoSequenceName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetHiLoSequenceName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetHiLoSequenceName (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As String

パラメーター

property
IReadOnlyProperty

プロパティ。

storeObject
StoreObjectIdentifier

ストア オブジェクトの識別子。

戻り値

hi-lo シーケンスに使用する名前。

適用対象

GetHiLoSequenceName(IProperty, StoreObjectIdentifier)

hi-lo シーケンスに使用する名前を返します。

public static string GetHiLoSequenceName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetHiLoSequenceName : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetHiLoSequenceName (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As String

パラメーター

property
IProperty

プロパティ。

storeObject
StoreObjectIdentifier

ストア オブジェクトの識別子。

戻り値

hi-lo シーケンスに使用する名前。

適用対象

GetHiLoSequenceName(IReadOnlyProperty)

hi-lo シーケンスに使用する名前を返します。

public static string? GetHiLoSequenceName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetHiLoSequenceName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetHiLoSequenceName (property As IReadOnlyProperty) As String

パラメーター

property
IReadOnlyProperty

プロパティ。

戻り値

hi-lo シーケンスに使用する名前。

適用対象

GetHiLoSequenceName(IProperty)

hi-lo シーケンスに使用する名前を返します。

public static string GetHiLoSequenceName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetHiLoSequenceName : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetHiLoSequenceName (property As IProperty) As String

パラメーター

property
IProperty

プロパティ。

戻り値

hi-lo シーケンスに使用する名前。

適用対象