| ||
|
| |
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. SyntaxC++HRESULT get_DataType(ERUColumnType* pDataType) HRESULT put_DataType(ERUColumnType myDataType) Scripting languagesERUColumnType = object.DataType object.DataType = ERUColumnType Legal valuesFor 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. RemarksThere is no default data type for Database Columns. |
Home | |
|
|
DataType propertySets or returns the data type for a Custom Field Definition. SyntaxC++HRESULT get_DataType(ERUCustomFieldDataType* pDataType) HRESULT put_DataType(ERUCustomFieldDataType myDataType) Scripting languagesERUCustomFieldDataType = object.DataType Object.DataType = ERUCustomFieldDataType Legal valuesFor Custom Field Definitions, the value of DataType is specified by the ERUCustomFieldDataType enum. |
Home |