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