ExpressionNodeOperator.OperatorTypeFromString(String) Method

Definition

Returns OperatorType for given string representation (opposite to OperatorTypeToString)

public static Microsoft.SqlServer.Management.Dmf.OperatorType OperatorTypeFromString (string opType);
static member OperatorTypeFromString : string -> Microsoft.SqlServer.Management.Dmf.OperatorType
Public Shared Function OperatorTypeFromString (opType As String) As OperatorType

Parameters

opType
String

Returns

Exceptions

No match is found for given string

Applies to