This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IQ > IQuery Interface > IQuery.GetFieldQuery Method (ArcObjects .NET 10.4 SDK) |
Returns the nth field query.
[Visual Basic .NET] Public Sub GetFieldQuery ( _ ByVal index As Integer, _ ByRef Type As esriFindFieldType, _ ByRef op As esriFindFieldOperator, _ ByRef value As String, _ ByRef tag As String _ )
[C#] public void GetFieldQuery ( int index, ref esriFindFieldType Type, ref esriFindFieldOperator op, ref string value, ref string tag );