Field.Type

A single character representing the data type of the field:

  • W: Blob
  • C: Character
  • Y: Currency
  • D: Date
  • T: DateTime
  • B: Double
  • G: General
  • I: Integer
  • L: Logical
  • M: Memo
  • N: Numeric
  • V: Varchar
  • Q: Varbinary
public string Type { get; set; }

See also:

Class Field

© Stonefield Software Inc., 2023 • Updated: 06/06/16
Comment or report problem with topic