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


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

ISqlKeywordDictionary.Add Method

Adds a new illegal field name.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal reservedWord As String _
)
[C#]
public void Add (
    string reservedWord
);
[C++]
HRESULT Add(
  BSTR reservedWord
);
[C++]
Parameters
reservedWord [in]

reservedWord is a parameter of type BSTR

Product Availability

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

See Also

ISqlKeywordDictionary Interface