EvaluationFactory.IsTypeSupportedForConstant(Type) Method

Definition

Indiciate whether supplied Type can be used to construct a Constant

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

Parameters

type
Type

Returns

Boolean
Attributes
Microsoft.SqlServer.Diagnostics.STrace.STraceConfigurationAttribute

Applies to