DataItemTypeFormat Enum

Definition

Specifies the format of a data item type returned by the GetItemType(Int32, DataItemTypeFormat) method.

public enum class DataItemTypeFormat
public enum DataItemTypeFormat
type DataItemTypeFormat = 
Public Enum DataItemTypeFormat
Inheritance
DataItemTypeFormat

Fields

ManagedType 3

The item type format is an instance of Type.

NativeType 2

The item type format is a string representing the native type.

Unknown 0

Item type is unknown.

VarType 1

The item type format is an integer representing a VARENUM value.

Applies to