ASP.NET Core

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ExcelParameterDataType

    Show / Hide Table of Contents

    Enum ExcelParameterDataType

    Represents Excel Parameter Data Type

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public enum ExcelParameterDataType

    Fields

    Name Description
    ParamTypeBigInt

    Represents Big integer.

    ParamTypeBinary

    Represents Binary.

    ParamTypeBit

    Represents Bit.

    ParamTypeChar

    Represents String.

    ParamTypeDate

    Represents Date.

    ParamTypeDecimal

    Represents Decimal.

    ParamTypeDouble

    Represents Double.

    ParamTypeFloat

    Represents Float.

    ParamTypeInteger

    Represents Integer.

    ParamTypeLongVarBinary

    Represents Long binary.

    ParamTypeLongVarChar

    Represents Long string.

    ParamTypeNumeric

    Represents Numeric.

    ParamTypeReal

    Represents Real.

    ParamTypeSmallInt

    Represents Small integer.

    ParamTypeTime

    Represents Time.

    ParamTypeTimestamp

    Represents Time stamp.

    ParamTypeTinyInt

    Represents Tiny integer.

    ParamTypeUnknown

    Represents Type unknown.

    ParamTypeVarBinary

    Represents Variable-length binary.

    ParamTypeVarChar

    Represents Variable-length string.

    ParamTypeWChar

    Represents Unicode character string.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved