StoreObjectIdentifier.Create メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Create(IEntityType, StoreObjectType) |
指定したエンティティ型が />にマップされるストア オブジェクトの ID を作成します。 |
Create(IReadOnlyEntityType, StoreObjectType) |
指定したエンティティ型がマップされるストア オブジェクトの ID を作成します。 |
Create(IReadOnlyTypeBase, StoreObjectType) |
指定したエンティティ型がマップされるストア オブジェクトの ID を作成します。 |
Create(IEntityType, StoreObjectType)
指定したエンティティ型が />にマップされるストア オブジェクトの 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)
指定したエンティティ型がマップされるストア オブジェクトの 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)
指定したエンティティ型がマップされるストア オブジェクトの 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。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework