ExpressionNode.MatchType<T>(String) Method

Definition

Static method - provides generic way of obtaining enum types from their string names

[Microsoft.SqlServer.Diagnostics.STrace.STraceConfiguration(SkipAutoTrace=true)]
public static T MatchType<T> (string value);
[<Microsoft.SqlServer.Diagnostics.STrace.STraceConfiguration(SkipAutoTrace=true)>]
static member MatchType : string -> 'T
Public Shared Function MatchType(Of T) (value As String) As T

Type Parameters

T

ObjectType to match

Parameters

value
String

name

Returns

T
Attributes
Microsoft.SqlServer.Diagnostics.STrace.STraceConfigurationAttribute

Applies to