DbEntityEntry<TEntity>.Property 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
Property(String) |
Obtient un objet qui représente une propriété scalaire ou complexe de cette entité. |
Property<TProperty>(Expression<Func<TEntity,TProperty>>) |
Obtient un objet qui représente une propriété scalaire ou complexe de cette entité. |
Property<TProperty>(String) |
Obtient un objet qui représente une propriété scalaire ou complexe de cette entité. |
Property(String)
Obtient un objet qui représente une propriété scalaire ou complexe de cette entité.
public System.Data.Entity.Infrastructure.DbPropertyEntry Property (string propertyName);
member this.Property : string -> System.Data.Entity.Infrastructure.DbPropertyEntry
Public Function Property (propertyName As String) As DbPropertyEntry
Paramètres
- propertyName
- String
Nom de la propriété.
Retours
Objet représentant la propriété.
S’applique à
Property<TProperty>(Expression<Func<TEntity,TProperty>>)
Obtient un objet qui représente une propriété scalaire ou complexe de cette entité.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1719:ParameterNamesShouldNotMatchMemberNames", Justification="Rule predates more fluent naming conventions.", MessageId="0#")]
public System.Data.Entity.Infrastructure.DbPropertyEntry<TEntity,TProperty> Property<TProperty> (System.Linq.Expressions.Expression<Func<TEntity,TProperty>> property);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1719:ParameterNamesShouldNotMatchMemberNames", Justification="Rule predates more fluent naming conventions.", MessageId="0#")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.Infrastructure.DbPropertyEntry<TEntity,TProperty> Property<TProperty> (System.Linq.Expressions.Expression<Func<TEntity,TProperty>> property);
member this.Property : System.Linq.Expressions.Expression<Func<'Entity, 'Property>> -> System.Data.Entity.Infrastructure.DbPropertyEntry<'Entity, 'Property (requires 'Entity : null)>
Public Function Property(Of TProperty) (property As Expression(Of Func(Of TEntity, TProperty))) As DbPropertyEntry(Of TEntity, TProperty)
Paramètres de type
- TProperty
Type de la propriété.
Paramètres
- property
- Expression<Func<TEntity,TProperty>>
Expression représentant la propriété .
Retours
Objet représentant la propriété.
- Attributs
S’applique à
Property<TProperty>(String)
Obtient un objet qui représente une propriété scalaire ou complexe de cette entité.
public System.Data.Entity.Infrastructure.DbPropertyEntry<TEntity,TProperty> Property<TProperty> (string propertyName);
member this.Property : string -> System.Data.Entity.Infrastructure.DbPropertyEntry<'Entity, 'Property (requires 'Entity : null)>
Public Function Property(Of TProperty) (propertyName As String) As DbPropertyEntry(Of TEntity, TProperty)
Paramètres de type
- TProperty
Type de la propriété.
Paramètres
- propertyName
- String
Nom de la propriété.
Retours
Objet représentant la propriété.