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


IQuery.GetFieldQuery Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IQ > IQuery Interface > IQuery.GetFieldQuery Method
ArcGIS Developer Help

IQuery.GetFieldQuery Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IQuery Interface