This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IA > IArcQueryBuilder Interface > IArcQueryBuilder.CheckSyntax Method (ArcObjects .NET 10.4 SDK) |
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 );