DataType Property

This property is implemented by the following interfaces. Click one of the links below to jump to the description of the property as it pertains to that interface.

IERUDBColumn
IERUSEvent_Column

IERUCustomFieldDefinition

 

 

DataType property

For IERUDBColumn, sets or returns the type of data allowed in a Database Column.

For IERUSEvent_Column, returns but does not set the type of data allowed in a Database Column.

Syntax


C++

HRESULT get_DataType(ERUColumnType* pDataType)

HRESULT put_DataType(ERUColumnType myDataType)

Scripting languages

ERUColumnType = object.DataType

object.DataType = ERUColumnType

Legal values


For Database Columns, the value of DataType is specified by the ERUColumnType enum. Databases of type erItemTypeDBProcess and erItemTypeDBProcessStep contain a "Phase" column that contains the name of the phase that contains the DBRow.  This column is read-only.

Remarks


There is no default data type for Database Columns.

Home

Applies to

IERUDBColumn

IERUSEvent_Column

 

 

Go to Top


DataType property

Sets or returns the data type for a Custom Field Definition.

Syntax


C++

HRESULT get_DataType(ERUCustomFieldDataType* pDataType)

HRESULT put_DataType(ERUCustomFieldDataType myDataType)

Scripting languages

ERUCustomFieldDataType = object.DataType

Object.DataType = ERUCustomFieldDataType

Legal values


For Custom Field Definitions, the value of DataType is specified by the ERUCustomFieldDataType enum.

 
Go to Top

Home

Applies to

IERUCustomFieldDef