[This is preliminary documentation and is subject to change.]
Return the text that should be inserted for a logical AND or OR operation
| C# | Visual Basic | Visual C++ |
public abstract string GetOperator( GroupOperator op )
Public MustOverride Function GetOperator ( _ op As GroupOperator _ ) As String
public: virtual String^ GetOperator ( GroupOperator op ) abstract
- op (GroupOperator)