Condividi tramite


DbEntityEntry<TEntity>.Property Metodo

Definizione

Overload

Property(String)

Ottiene un oggetto che rappresenta una proprietà scalare o complessa dell'entità.

Property<TProperty>(Expression<Func<TEntity,TProperty>>)

Ottiene un oggetto che rappresenta una proprietà scalare o complessa dell'entità.

Property<TProperty>(String)

Ottiene un oggetto che rappresenta una proprietà scalare o complessa dell'entità.

Property(String)

Ottiene un oggetto che rappresenta una proprietà scalare o complessa dell'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

Parametri

propertyName
String

Nome della proprietà.

Restituisce

Oggetto che rappresenta la proprietà.

Si applica a

Property<TProperty>(Expression<Func<TEntity,TProperty>>)

Ottiene un oggetto che rappresenta una proprietà scalare o complessa dell'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)

Parametri di tipo

TProperty

Tipo della proprietà.

Parametri

property
Expression<Func<TEntity,TProperty>>

Espressione che rappresenta la proprietà .

Restituisce

Oggetto che rappresenta la proprietà.

Attributi

Si applica a

Property<TProperty>(String)

Ottiene un oggetto che rappresenta una proprietà scalare o complessa dell'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)

Parametri di tipo

TProperty

Tipo della proprietà.

Parametri

propertyName
String

Nome della proprietà.

Restituisce

Oggetto che rappresenta la proprietà.

Si applica a