ArcGIS API for WPF - Library Reference
Field.FieldType Enumeration
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace : Field.FieldType Enumeration

Field type

Syntax

Visual Basic (Declaration) 
Public Enum Field.FieldType 
   Inherits System.Enum
C# 
public enum Field.FieldType : System.Enum 

Members

MemberDescription
Blob Binary Large Object.
Date Date.
Double Double-precision floating-point number.
Geometry Geometry.
GlobalID ESRI Global ID.
GUID Globally Unique Identifier.
IntegerSystem.Int32.
OID Long Integer representing an object identifier.
Raster Raster.
Single Single-precision floating-point number.
SmallIntegerSystem.Int16.
String Character string.
Unknown Unknown field type
XML XML Document

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.Field.FieldType

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.