DbBinaryExpression.Left, 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 le DbExpression qui définit l'argument de gauche.
Espace de noms : System.Data.Entity.Core.Common.CommandTrees
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
Public Overridable ReadOnly Property Left As DbExpression
Get
'Utilisation
Dim instance As DbBinaryExpression
Dim value As DbExpression
value = instance.Left
public virtual DbExpression Left { get; }
public:
virtual property DbExpression^ Left {
DbExpression^ get ();
}
abstract Left : DbExpression
override Left : DbExpression
function get Left () : DbExpression
Valeur de propriété
Type : System.Data.Entity.Core.Common.CommandTrees.DbExpression