IDalCursorField

Description

The IDalCursorField interface contains properties of the cursor field obtained after executing SQL query.

Properties

  Property name Brief description
DataDomain The DataDomain property returns the type of the field data if the field is used to store multibyte information.
GetDbDataType The GetDbDataType property returns the type of the cursor field.
Name The Name property returns the name of the cursor field.
Precision The Precision property returns precision of the cursor field.
Size The Size property returns size of the cursor field.
Value The Value property returns value of the field of the current record in the cursor.

See also:

Dal Assembly Interfaces