ArcGIS Pro 2.8 API Reference Guide
GetSupportedStrings Method

ArcGIS.Core.Data Namespace > SQLSyntax Class : GetSupportedStrings Method
A constant that specifies the type of SQL string.
Gets all of the supported strings corresponding to sqlStringType, e.g., SQLStringType.InvalidCharacters. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public IReadOnlyList<string> GetSupportedStrings( 
   SQLStringType sqlStringType
)
Public Function GetSupportedStrings( _
   ByVal sqlStringType As SQLStringType _
) As IReadOnlyList(Of String)

Parameters

sqlStringType
A constant that specifies the type of SQL string.

Return Value

A IReadOnlyList of supported strings corresponding to sqlStringType.
Exceptions
ExceptionDescription
sqlStringType is not a field of SQLStringType.
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

SQLSyntax Class
SQLSyntax Members