TurboDB ADO.NET Data Provider TurboDBType Enumeration |
Previous Top Next |
Indicates the type of a field, a property or a parameter.
C#
[Serializable]
public enum TurboDBType
Members
Name |
Native Type |
Description |
String |
String |
Ansi string up 255 characters |
SmallInt |
SmallInt |
2 byte integral number |
Float |
Float |
8 byte floating point number |
Byte |
Byte |
1 byte positive integral number |
Boolean |
Boolean |
True or false |
Date |
Date |
Date |
Memo |
Memo |
Ansi string of arbitrary length |
Enum |
Enum |
One out of a list of available values |
AutoInc |
AutoInc |
Automatically assigned unique integer |
Link |
Link |
One-to-many relationship to another table |
Blob |
Blob |
Binary data of arbitrary size |
Relation |
Relation |
Many-to-many relationship to another table |
Time |
Time |
Time of day in hours and minutes |
Integer |
Integer |
4 byte integral number |
DateTime |
DateTime |
Date and time down to and including milliseconds |
WideString |
WideString |
Unicode string up to 255 characters |
WideMemo |
WideMemo |
Unicode string of arbitrary length |
LargeInt |
LargeInt |
8 byte integral number |
GUID |
GUID |
A 16 byte globally unique identifier |
The native types are documented in the TurboDB Engine documentation.
Requirements for TurboDB Managed on .NET Framework
Namespace: DataWeb.TurboDBManaged
Platforms: Windows 98, Windows ME, Windows NT 4, Windows 2000, Windows XP
Version Information: .NET Framework 2.0
Assembly: DataWeb.TurboDB.Managed20.Provider
Requirements for TurboDB Managed on .NET Compact Framework
Namespace: DataWeb.TurboDBManaged
Platforms: Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
Version Information: .NET Compact Framework 2.0
Assembly: DataWeb.TurboDB.CF20.Provider