DB2FitHighPrecisionType Enumeration
In This Topic
Determines the type of high precision to use.
Syntax
Members
Member | Description |
AsString | Converts the column to a .NET string type. |
ReturnException | Throws a truncation exception if the value does not fit in the .NET system type. |
UnInitialized | The value is not specified. |
WithTruncate | Returns .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