This documentation is archived and is not being maintained.
DbExpression.ExpressionKind Property
Visual Studio 2008
Gets the kind of the expression, which indicates the operation of this expression.
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.DbExpressionKindThe 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.
Show: