DbReferenceEntry.Cast<TEntity, TProperty>, méthode
[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]
Retourne l'objet DbReferenceEntry<TEntity, TProperty> générique équivalent.
Espace de noms : System.Data.Entity.Infrastructure
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
Public Function Cast(Of TEntity As Class, TProperty) As DbReferenceEntry(Of TEntity, TProperty)
'Utilisation
Dim instance As DbReferenceEntry
Dim returnValue As DbReferenceEntry(Of TEntity, TProperty)
returnValue = instance.Cast()
public DbReferenceEntry<TEntity, TProperty> Cast<TEntity, TProperty>()
where TEntity : class
public:
generic<typename TEntity, typename TProperty>
where TEntity : ref class
DbReferenceEntry<TEntity, TProperty>^ Cast()
member Cast : unit -> DbReferenceEntry<'TEntity, 'TProperty> when 'TEntity : not struct
JScript does not support generic types and methods.
Paramètres de type
- TEntity
Type de l'entité sur laquelle le membre est déclaré.
- TProperty
Type de la propriété.
Valeur de retour
Type : System.Data.Entity.Infrastructure.DbReferenceEntry<TEntity, TProperty>
Objet générique équivalent.