EvaluationFactory.IsTypeSupported(Type) Method

Definition

Indicates whether supplied Type is supported by ExpressionTree

[Microsoft.SqlServer.Diagnostics.STrace.STraceConfiguration(SkipAutoTrace=true)]
public static bool IsTypeSupported (Type type);
[<Microsoft.SqlServer.Diagnostics.STrace.STraceConfiguration(SkipAutoTrace=true)>]
static member IsTypeSupported : Type -> bool
Public Shared Function IsTypeSupported (type As Type) As Boolean

Parameters

type
Type

Returns

Boolean
Attributes
Microsoft.SqlServer.Diagnostics.STrace.STraceConfigurationAttribute

Applies to