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

DB2FitHighPrecisionType Enumeration
Determines the type of high precision to use.
Syntax
'Declaration
 
Public Enum DB2FitHighPrecisionType 
   Inherits System.Enum
   Implements 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also