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


ISQLSyntax.GetKeywords Method (ArcObjects .NET 10.5 SDK)
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** keywords
);
[C++]

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