This document is archived and information here might be outdated. Recommended version. |
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 );