Database.dbTypes

New in package 166

Syntax

Database.dbTypes.dbType

Properties

dbType description mapping properties
binary Contains binary data. isNullable, defaultValue
boolean Contains the value true or false. isNullable, defaultValue
byte Contains an unsigned 8-bit integer value. isNullable, defaultValue
dateTime Represents a date and time. isNullable, defaultValue
dateTimeOffset Contains a date and time as an offset in minutes from GMT. isNullable, defaultValue
decimal Contains a numeric value with fixed precision and scale. isNullable, defaultValue
double Contains a floating point number with 15-digit precision. isNullable, defaultValue
float Contains a floating point number with 7-digit precision. isNullable, defaultValue
guid Contains a 16-byte unique identifier. isNullable, defaultValue
int16 Contains a signed 16-bit integer value. isNullable, defaultValue
int32 Contains a signed 32-bit integer value. isNullable, defaultValue
int64 Contains a signed 64-bit integer value. isNullable, defaultValue
sbyte Contains a signed 8-bit integer value. isNullable, defaultValue
string Contains character data. isNullable, defaultValue, isUnicode, collation
time Contains a time of day. isNullable, defaultValue
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.