Show / Hide Table of Contents

    OracleDataContextOptions.SuppressGetDecimalInvalidCastException Property

    .NET Standard 2.x

    Specifies whether to suppress the InvalidCastException and return a rounded-off 28 precision value if the Oracle NUMBER value has more than 28 precision.

    Namespace: SnapObjects.Data.Oracle

    Assembly: SnapObjects.Data.Oracle.dll

    Syntax

    public bool SuppressGetDecimalInvalidCastException { get; set; }
    

    Property Value

    System.Boolean

    A boolean value specifies whether to suppress the InvalidCastException and return a rounded-off 28 precision value if the Oracle NUMBER value has more than 28 precision.

    It defaults to true.

    Remarks

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon