DbEntityEntry<TEntity>.Property<TProperty>, méthode (String)
[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.]
Obtient un objet qui représente une propriété scalaire ou complexe de cette entité.
Espace de noms : System.Data.Entity.Infrastructure
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
Public Function Property(Of TProperty) ( _
propertyName As String _
) As DbPropertyEntry(Of TEntity, TProperty)
'Utilisation
Dim instance As DbEntityEntry
Dim propertyName As String
Dim returnValue As DbPropertyEntry(Of TEntity, TProperty)
returnValue = instance.Property(propertyName)
public DbPropertyEntry<TEntity, TProperty> Property<TProperty>(
string propertyName
)
public:
generic<typename TProperty>
DbPropertyEntry<TEntity, TProperty>^ Property(
String^ propertyName
)
member Property :
propertyName:string -> DbPropertyEntry<'TEntity, 'TProperty>
JScript does not support generic types and methods.
Paramètres de type
- TProperty
Type de la propriété.
Paramètres
- propertyName
Type : System.String
Nom de la propriété.
Valeur de retour
Type : System.Data.Entity.Infrastructure.DbPropertyEntry<TEntity, TProperty>
Objet représentant la propriété.