ArcObjects Library Reference (GeoDatabase)  

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