dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2FitHighPrecisionType Enumeration

In This Topic
    DB2FitHighPrecisionType Enumeration
    In This Topic
    Determines the type of high precision to use.
    Syntax
    'Declaration
     
    Public Enum DB2FitHighPrecisionType 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum DB2FitHighPrecisionType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    AsStringConverts the column to a .NET string type.
    ReturnExceptionThrows a truncation exception if the value does not fit in the .NET system type.
    UnInitializedThe value is not specified.
    WithTruncateReturns .NET system type after silently truncating the column value if needed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.DB2.DB2FitHighPrecisionType

    See Also