ESRI.ArcGIS.ADF.ArcGISServer
esriFieldType Enumeration
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace : esriFieldType Enumeration




Field Types.

Syntax

Visual Basic (Declaration) 
<GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")>
<XmlTypeAttribute("http://www.esri.com/schemas/ArcGIS/10.0")>
<SerializableAttribute()>
Public Enum esriFieldType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As esriFieldType
C# 
[GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")]
[XmlTypeAttribute("http://www.esri.com/schemas/ArcGIS/10.0")]
[SerializableAttribute()]
public enum esriFieldType : Enum 

Members

MemberDescription
esriFieldTypeIntegerLong Integer.
esriFieldTypeSmallIntegerInteger.
esriFieldTypeDoubleDouble-precision floating-point number.
esriFieldTypeSingleSingle-precision floating-point number.
esriFieldTypeStringCharacter string.
esriFieldTypeDateDate.
esriFieldTypeGeometryGeometry.
esriFieldTypeOIDLong Integer representing an object identifier.
esriFieldTypeBlobBinary Large Object.
esriFieldTypeGlobalIDESRI Global ID.
esriFieldTypeRasterRaster.
esriFieldTypeGUIDGlobally Unique Identifier.
esriFieldTypeXMLXML Document

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.ArcGISServer.esriFieldType

See Also

© 2010 All Rights Reserved.