VistaDB 6
Inheritance Hierarchy
In This Topic
    VistaDB.VistaDBTypes Namespace
    In This Topic
    Classes
     ClassDescription
    ClassThe value of System.Byte[] type that is wrapped into the class and represents VistaDBType.VarBinary, VistaDBType.Binary, and VistaDBType.Image
    ClassThe value of System.Bool type that is wrapped into the class and represents VistaDBType.Bit
    ClassThe value of System.Byte type that is wrapped into the class and represents VistaDBType.TinyInt
    ClassThe value of Date type that is wrapped into the class and represents VistaDBType.Date
    ClassThe value of DateTime type that is wrapped into the class and represents VistaDBType.DateTime2 and VistaDBType.SmallDateTime
    ClassThe value of DateTime type that is wrapped into the class and represents VistaDBType.DateTimeOffset
    ClassThe value of System.Decimal type that is wrapped into the class and represents VistaDBType.Decimal, VistaDBType.Money and VistaDBType.SmallMoney Note that VistaDB (and all .Net decimals) do not match the SQL Server spec for decimal. .Net does not track both precision and scale the same way that SQL Server does. Data Types and Mapping from SQL Server to VistaDB
    ClassThe value of System.Double type that is wrapped into the class and represents VistaDBType.Float
    ClassThe value of System.Guid type that is wrapped into the class and represents VistaDBType.UniqueIdentifier
    ClassThe value of System.Int16 type that is wrapped into the class and represents VistaDBType.SmallInt
    ClassThe value of System.Int32 type that is wrapped into the class and represents VistaDBType.Int
    ClassThe value of System.Int64 type that is wrapped into the class and represents VistaDBType.BigInt
    ClassThe value of System.Single type that is wrapped into the class and represents VistaDBType.Real
    ClassThe value of string type that is wrapped into the class and represents NChar, Char, NVarChar, VarChar, NText and Text
    ClassThe value of string type that is wrapped into the class and represents NText and Text (NVarChar(MAX) and VarChar(MAX)).
    ClassThe value of DateTime type that is wrapped into the class and represents VistaDBType.Date and VistaDBType.SmallDateTime
    ClassThe abstract class implementing IVistaDBValue interface
    See Also