ArcObjects Library Reference (GeoDatabase)  

ISQLSyntax.GetKeywords Method

The list of DBMS specific reserved keywords.

[Visual Basic .NET]
Public Function GetKeywords ( _
) As IEnumBSTR
[C#]
public IEnumBSTR GetKeywords (
);
[C++]
HRESULT GetKeywords(
  IEnumBSTR** pKeywords
);
[C++]

Parameters

pKeywords [out, retval]

  pKeywords is a parameter of type IEnumBSTR

Product Availability

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

Description

GetKeywords returns a IEnumBStr list of keywords that are specific to the DBMS of the Workspace object used as the query interface for ISQLSyntax .

See Also

ISQLSyntax Interface