StoreObjectIdentifier.Create Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Create(IEntityType, StoreObjectType) |
Crée un ID pour l’objet store auquel le type d’entité donné est mappé à />. |
Create(IReadOnlyEntityType, StoreObjectType) |
Crée un ID pour l’objet store auquel le type d’entité donné est mappé. |
Create(IReadOnlyTypeBase, StoreObjectType) |
Crée un ID pour l’objet store auquel le type d’entité donné est mappé. |
Create(IEntityType, StoreObjectType)
- Source:
- StoreObjectIdentifier.cs
Crée un ID pour l’objet store auquel le type d’entité donné est mappé à />.
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)
Paramètres
- entityType
- IEntityType
Type d'entité.
- type
- StoreObjectType
Type d’objet store.
Retours
ID d’objet store.
S’applique à
Create(IReadOnlyEntityType, StoreObjectType)
- Source:
- StoreObjectIdentifier.cs
- Source:
- StoreObjectIdentifier.cs
Crée un ID pour l’objet store auquel le type d’entité donné est mappé.
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)
Paramètres
- entityType
- IReadOnlyEntityType
Type d'entité.
- type
- StoreObjectType
Type d’objet store.
Retours
ID d’objet store.
S’applique à
Create(IReadOnlyTypeBase, StoreObjectType)
- Source:
- StoreObjectIdentifier.cs
- Source:
- StoreObjectIdentifier.cs
Crée un ID pour l’objet store auquel le type d’entité donné est mappé.
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)
Paramètres
- typeBase
- IReadOnlyTypeBase
Type d'entité.
- type
- StoreObjectType
Type d’objet store.
Retours
ID d’objet store.