Conversione DbMemberEntry<TEntity, TProperty> Implicit (DbMemberEntry<TEntity, TProperty> to DbMemberEntry)
[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]
Restituisce una nuova istanza della classe DbMemberEntry non generica per la proprietà rappresentata da questo oggetto.
Spazio dei nomi: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public Shared Widening Operator CType ( _
entry As DbMemberEntry(Of TEntity, TProperty) _
) As DbMemberEntry
'Utilizzo
Dim input As DbMemberEntry(Of TEntity, TProperty)
Dim output As DbMemberEntry
output = CType(input, DbMemberEntry)
public static implicit operator DbMemberEntry (
DbMemberEntry<TEntity, TProperty> entry
)
static implicit operator DbMemberEntry^ (
DbMemberEntry<TEntity, TProperty>^ entry
)
JScript supports the use of custom casts, but not the declaration of new ones.
Parametri
- entry
Tipo: System.Data.Entity.Infrastructure.DbMemberEntry<TEntity, TProperty>
Oggetto che rappresenta la proprietà.
Valore restituito
Tipo: System.Data.Entity.Infrastructure.DbMemberEntry
Versione non generica.