Condividi tramite


Proprietà DbExpression.ExpressionKind

[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 tipo dell'espressione che indica l'operazione dell'espressione.

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

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property ExpressionKind As DbExpressionKind 
    Get
'Utilizzo
Dim instance As DbExpression 
Dim value As DbExpressionKind 

value = instance.ExpressionKind
public virtual DbExpressionKind ExpressionKind { get; }
public:
virtual property DbExpressionKind ExpressionKind {
    DbExpressionKind get ();
}
abstract ExpressionKind : DbExpressionKind 
override ExpressionKind : DbExpressionKind
function get ExpressionKind () : DbExpressionKind

Valore proprietà

Tipo: System.Data.Entity.Core.Common.CommandTrees.DbExpressionKind
Tipo dell'espressione che indica l'operazione dell'espressione.

Vedere anche

Riferimento

DbExpression Classe

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