DbSetClause.Property, propriété
[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 DbExpression qui spécifie la propriété à mettre à jour.
Espace de noms : System.Data.Entity.Core.Common.CommandTrees
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Property As DbExpression
Get
'Utilisation
Dim instance As DbSetClause
Dim value As DbExpression
value = instance.Property
public DbExpression Property { get; }
public:
property DbExpression^ Property {
DbExpression^ get ();
}
member Property : DbExpression
function get Property () : DbExpression
Valeur de propriété
Type : System.Data.Entity.Core.Common.CommandTrees.DbExpression
Notes
Contraint à être un DbPropertyExpression.