DbDataType

Namespace: PP.Mb

Description

The DbDataType enumeration contains types of service data.

It is used by the Param.Type property.

Available Values

Value

Brief description

0

NoData. No data.

1

String. String data.

2

Integer. Integer data.

3

Float. Real values.

4

DateTime. Date and time.

5

Blob. Array of binary or char data.

6

Boolean. Boolean data.

7

Date. Date without time.

See also:

PP.Mb