This documentation is archived and is not being maintained.

DbExpression.ExpressionKind Property

Gets the kind of the expression, which indicates the operation of this expression.

Namespace:  System.Data.Common.CommandTrees
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

'Declaration
Public ReadOnly Property ExpressionKind As DbExpressionKind
'Usage
Dim instance As DbExpression 
Dim value As DbExpressionKind 

value = instance.ExpressionKind

Property Value

Type: System.Data.Common.CommandTrees.DbExpressionKind
The kind of the expression, which indicates the operation of this expression.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5 SP1
Show: