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


ISQLSyntax.GetKeywords Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISQLSyntax Interface > ISQLSyntax.GetKeywords Method
ArcGIS Developer Help

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(
void
);

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