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

Default 0

The item type format is the type set as the default.

ManagedType 1

The item type format is an instance of Type.

NativeType 0

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

Applies to