Condividi tramite


Proprietà DbQuantifierExpression.Predicate

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene il predicato booleano che deve essere valutato per ogni elemento del set di input.

Spazio dei nomi:  System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Predicate As DbExpression 
    Get
'Utilizzo
Dim instance As DbQuantifierExpression 
Dim value As DbExpression 

value = instance.Predicate
public DbExpression Predicate { get; }
public:
property DbExpression^ Predicate {
    DbExpression^ get ();
}
member Predicate : DbExpression
function get Predicate () : DbExpression

Valore proprietà

Tipo: System.Data.Entity.Core.Common.CommandTrees.DbExpression

Vedere anche

Riferimento

DbQuantifierExpression Classe

Spazio dei nomi System.Data.Entity.Core.Common.CommandTrees