This document is archived and information here might be outdated.  Recommended version.


ISQLSyntax.GetInvalidStartingCharacters Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ISQLSyntax.GetInvalidStartingCharacters Method

The list of invalid characters used in literals (if any).

[Visual Basic .NET]
Public Function GetInvalidStartingCharacters ( _
) As String
[C#]
public string GetInvalidStartingCharacters (
);
[C++]
HRESULT GetInvalidStartingCharacters(
  BSTR* InvalidChars
);
[C++]

Parameters InvalidChars [out, retval] InvalidChars is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

GetInvalidStartingCharacters returns a String containing all the invalid starting characters for the DBMS that the Workspace object that was used as a query interface for the ISQLSyntax uses.

See Also

ISQLSyntax Interface