次の方法で共有


StoreObjectIdentifier.Create メソッド

定義

オーバーロード

Create(IEntityType, StoreObjectType)

指定したエンティティ型が />にマップされるストア オブジェクトの ID を作成します。

Create(IReadOnlyEntityType, StoreObjectType)

指定したエンティティ型がマップされるストア オブジェクトの ID を作成します。

Create(IReadOnlyTypeBase, StoreObjectType)

指定したエンティティ型がマップされるストア オブジェクトの ID を作成します。

Create(IEntityType, StoreObjectType)

ソース:
StoreObjectIdentifier.cs

指定したエンティティ型が />にマップされるストア オブジェクトの ID を作成します。

public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier? Create (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectType type);
static member Create : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier>
Public Shared Function Create (entityType As IEntityType, type As StoreObjectType) As Nullable(Of StoreObjectIdentifier)

パラメーター

entityType
IEntityType

エンティティの型。

type
StoreObjectType

ストア オブジェクトの種類。

戻り値

ストア オブジェクト ID。

適用対象

Create(IReadOnlyEntityType, StoreObjectType)

ソース:
StoreObjectIdentifier.cs
ソース:
StoreObjectIdentifier.cs

指定したエンティティ型がマップされるストア オブジェクトの ID を作成します。

public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier? Create (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.StoreObjectType type);
static member Create : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * Microsoft.EntityFrameworkCore.Metadata.StoreObjectType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier>
Public Shared Function Create (entityType As IReadOnlyEntityType, type As StoreObjectType) As Nullable(Of StoreObjectIdentifier)

パラメーター

entityType
IReadOnlyEntityType

エンティティの型。

type
StoreObjectType

ストア オブジェクトの種類。

戻り値

ストア オブジェクト ID。

適用対象

Create(IReadOnlyTypeBase, StoreObjectType)

ソース:
StoreObjectIdentifier.cs
ソース:
StoreObjectIdentifier.cs

指定したエンティティ型がマップされるストア オブジェクトの ID を作成します。

public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier? Create (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase typeBase, Microsoft.EntityFrameworkCore.Metadata.StoreObjectType type);
static member Create : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase * Microsoft.EntityFrameworkCore.Metadata.StoreObjectType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier>
Public Shared Function Create (typeBase As IReadOnlyTypeBase, type As StoreObjectType) As Nullable(Of StoreObjectIdentifier)

パラメーター

typeBase
IReadOnlyTypeBase

エンティティの型。

type
StoreObjectType

ストア オブジェクトの種類。

戻り値

ストア オブジェクト ID。

適用対象