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. |