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


IMapServer.GetSQLSyntaxInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServer Interface > IMapServer.GetSQLSyntaxInfo Method
ArcGIS Developer Help

IMapServer.GetSQLSyntaxInfo Method

Returns the SQL syntax information for the specified layer.

[Visual Basic .NET]
Public Function GetSQLSyntaxInfo ( _
    ByVal MapName As String, _
    ByVal LayerID As Integer _
) As ISQLSyntaxInfo
[C#]
public ISQLSyntaxInfo GetSQLSyntaxInfo (
    string MapName,
    int LayerID
);
[C++]
HRESULT GetSQLSyntaxInfo(
  BSTR MapName,
  long LayerID
);
[C++]
Parameters
MapName [in]

MapName is a parameter of type BSTR LayerID [in]
LayerID is a parameter of type long

Product Availability

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

See Also

IMapServer Interface