IValueConverter.DataType

Syntax

DataType: DbDataType;

Description

The DataType property returns type of data obtained after conversion.

Comments

The IValueConverter.Convert method converts data.

Example

The property use is given in the example for IValueConverter.Convert.

See also:

IValueConverter