Windward Engine API Reference
getOpCodeText(OPERATION) Method
See Also  Send comments on this topic.
WindwardInterfaces.net.windward.datasource Namespace > FilterCondition.Condition Class > getOpCodeText Method : getOpCodeText(OPERATION) Method




opCode

Glossary Item Box

Get the text string to match the opcode.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function getOpCodeText( _
   ByVal opCode As FilterCondition.Condition.OPERATION _
) As String
Visual Basic (Usage)Copy Code
Dim opCode As FilterCondition.Condition.OPERATION
Dim value As String
 
value = FilterCondition.Condition.getOpCodeText(opCode)
C# 
public static string getOpCodeText( 
   FilterCondition.Condition.OPERATION opCode
)
Managed Extensions for C++ 
public: static string* getOpCodeText( 
   FilterCondition.Condition.OPERATION opCode
) 
C++/CLI 
public:
static String^ getOpCodeText( 
   FilterCondition.Condition.OPERATION opCode
) 

Parameters

opCode

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.