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


IArcQueryBuilder.CheckSyntax Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoprocessingUI)  

IArcQueryBuilder.CheckSyntax Method

Checks the syntax of an expression without displaying query builder dialog.

[Visual Basic .NET]
Public Function CheckSyntax ( _
    ByVal pDataElement As IDataElement, _
    ByVal strExpression As String _
) As IGPMessage
[C#]
public IGPMessage CheckSyntax (
    IDataElement pDataElement,
    string strExpression
);

Product Availability

Available with ArcGIS Desktop.

See Also

IArcQueryBuilder Interface