DbReferenceEntry<TEntity,TProperty>.Implicit Opérateur
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.
Retourne une nouvelle instance de la classe non générique DbReferenceEntry pour la propriété de navigation représentée par cet objet.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2225:OperatorOverloadsHaveNamedAlternates", Justification="Intentionally just implicit to reduce API clutter.")]
public static implicit operator System.Data.Entity.Infrastructure.DbReferenceEntry(System.Data.Entity.Infrastructure.DbReferenceEntry<TEntity,TProperty> entry);
static member op_Implicit : System.Data.Entity.Infrastructure.DbReferenceEntry<'Entity, 'Property (requires 'Entity : null)> -> System.Data.Entity.Infrastructure.DbReferenceEntry
Public Shared Widening Operator CType (entry As DbReferenceEntry(Of TEntity, TProperty)) As DbReferenceEntry
Paramètres
Objet représentant la propriété de navigation.
Retours
Version non générique.
- Attributs