IValueConverter.DataType

Fore Syntax

DataType: DbDataType;

Fore.NET Syntax

DataType: Prognoz.Platform.Interop.Dal.DbDataType;

Description

The DataType property returns type of data obtained after conversion.

Comments

The IValueConverter.Convert method converts data.

Fore and Fore.NET Examples

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

See also:

IValueConverter