ArcObjects Library Reference (GeoDatabaseUI)  

IQueryPropertyPageFieldInfo.SetFieldInfo Method

Sets the field info for a perticular string.

[Visual Basic .NET]
Public Sub SetFieldInfo ( _
    ByVal fieldName As String, _
    ByVal pFieldInfo As IFieldInfo _
)
[C#]
public void SetFieldInfo (
    string fieldName,
    IFieldInfo pFieldInfo
);

Product Availability

Available with ArcGIS Desktop.

See Also

IQueryPropertyPageFieldInfo Interface