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


ISQLSyntax2.GetSQLInfo Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ISQLSyntax2.GetSQLInfo Method

SQL Syntax Information.

[Visual Basic .NET]
Public Function GetSQLInfo ( _
    ByVal sqlInfo As esriSQLInfo _
) As Object
[C#]
public object GetSQLInfo (
    esriSQLInfo sqlInfo
);
[C++]
HRESULT GetSQLInfo(
  esriSQLInfo sqlInfo,
  VARIANT* info
);
[C++]

Parameters sqlInfo [in]
sqlInfo is a parameter of type esriSQLInfo info [out, retval] info is a parameter of type VARIANT

Product Availability

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

See Also

ISQLSyntax2 Interface