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


ISQLSyntaxInfo.FunctionNames Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ISQLSyntaxInfo.FunctionNames Property

DBMS dependent SQL function names.

[Visual Basic .NET]
Public ReadOnly Property FunctionNames As IPropertySet
[C#]
public IPropertySet FunctionNames {get;}
[C++]
HRESULT get_FunctionNames(
  IPropertySet** names
);
[C++]

Parameters names [out, retval]
names is a parameter of type IPropertySet

Product Availability

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

See Also

ISQLSyntaxInfo Interface