次の方法で共有


SqlServerPropertyExtensions.FindSequence メソッド

定義

オーバーロード

FindSequence(IProperty)

キー値生成 ISequence パターンに使用するモデル内の を検索します。

FindSequence(IReadOnlyProperty)

キー値生成 ISequence パターンに使用するモデル内の を検索します。

FindSequence(IProperty, StoreObjectIdentifier)

キー値生成 ISequence パターンに使用するモデル内の を検索します。

FindSequence(IReadOnlyProperty, StoreObjectIdentifier)

キー値生成 ISequence パターンに使用するモデル内の を検索します。

FindSequence(IProperty)

ソース:
SqlServerPropertyExtensions.cs
ソース:
SqlServerPropertyExtensions.cs
ソース:
SqlServerPropertyExtensions.cs

キー値生成 ISequence パターンに使用するモデル内の を検索します。

public static Microsoft.EntityFrameworkCore.Metadata.ISequence? FindSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member FindSequence : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.ISequence
<Extension()>
Public Function FindSequence (property As IProperty) As ISequence

パラメーター

property
IProperty

プロパティ。

戻り値

使用するシーケンス、または null モデルにシーケンスが存在しない場合は 。

適用対象

FindSequence(IReadOnlyProperty)

ソース:
SqlServerPropertyExtensions.cs
ソース:
SqlServerPropertyExtensions.cs
ソース:
SqlServerPropertyExtensions.cs

キー値生成 ISequence パターンに使用するモデル内の を検索します。

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

パラメーター

property
IReadOnlyProperty

プロパティ。

戻り値

使用するシーケンス、または null モデルにシーケンスが存在しない場合は 。

適用対象

FindSequence(IProperty, StoreObjectIdentifier)

ソース:
SqlServerPropertyExtensions.cs
ソース:
SqlServerPropertyExtensions.cs
ソース:
SqlServerPropertyExtensions.cs

キー値生成 ISequence パターンに使用するモデル内の を検索します。

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

パラメーター

property
IProperty

プロパティ。

storeObject
StoreObjectIdentifier

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

戻り値

使用するシーケンス、または null モデルにシーケンスが存在しない場合は 。

適用対象

FindSequence(IReadOnlyProperty, StoreObjectIdentifier)

ソース:
SqlServerPropertyExtensions.cs
ソース:
SqlServerPropertyExtensions.cs
ソース:
SqlServerPropertyExtensions.cs

キー値生成 ISequence パターンに使用するモデル内の を検索します。

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

パラメーター

property
IReadOnlyProperty

プロパティ。

storeObject
StoreObjectIdentifier

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

戻り値

使用するシーケンス、または null モデルにシーケンスが存在しない場合は 。

適用対象