This document is archived and information here might be outdated. Recommended version. |
Indicates if the word is illegal (Legal = false, Illegal = true).
[Visual Basic .NET]
Public Function FindKeyword ( _
ByVal keyword As String _
) As Boolean
[C#]
public bool FindKeyword (
string keyword
);
[C++]
HRESULT FindKeyword(
BSTR keyword
);
[C++] Parameters keyword [in]
keyword is a parameter of type BSTR
Returns true if the string provided is a keyword; false otherwise. If false is returned, it does not necessarily mean the word is a valid field or table name, only that it is not reserved.