EvaluationFactory.IsTypeSupported(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
-
Microsoft.SqlServer.Diagnostics.STrace.STraceConfigurationAttribute