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


ISQLSyntaxInfo.FunctionNames Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISQLSyntaxInfo Interface > ISQLSyntaxInfo.FunctionNames Property
ArcGIS Developer Help

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