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* pInvalidChars
);
[C++]

Parameters

pInvalidChars [out, retval]   pInvalidChars 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