Hide Table of Contents
Class: QueryFieldInfo

Description

The QueryFieldInfo class is a collection of properties for fields that are returned as part of a query.

Class hierarchy

esri.WorkflowManager.SupportClasses.QueryFieldInfo()

Properties

NameTypeSummary
aliasstringThe alias name of the field.
lengthintThe field length.
namestringThe name of the field.
typeFieldTypeThe type of data expected in the field.
Property Details

<string> alias

The alias name of the field.

<int> length

The field length.

<string> name

The name of the field.

<FieldType> Type

The type of data expected in the field.