ArcObjects Library Reference (Catalog)  

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