ParameterTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class ParameterTypes
public enum ParameterTypes
type ParameterTypes =
Public Enum ParameterTypes
- Inheritance
-
ParameterTypes
Fields
| BigInt | 1 | |
| Char | 0 | |
| CharForBit | 2 | |
| Date | 3 | |
| Decimal | 4 | |
| Double | 5 | |
| Graphic | 6 | |
| Int | 7 | |
| Numeric | 8 | |
| Real | 9 | |
| SmallInt | 10 | |
| Time | 11 | |
| Timestamp | 12 | |
| VarChar | 13 | |
| VarCharForBit | 14 | |
| VarGraphic | 15 |