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


ISqlKeywordDictionary.Remove Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ISqlKeywordDictionary.Remove Method

Removes a illegal field name form the list.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal reservedWord As String _
)
[C#]
public void Remove (
    string reservedWord
);
[C++]
HRESULT Remove(
  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