Namespace: Alachisoft.NCache.Runtime.Dependencies
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
| C# |
|---|
public enum CmdParamsDbType |
| Visual Basic |
|---|
Public Enumeration CmdParamsDbType |
| Visual C++ |
|---|
public enum class CmdParamsDbType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| AnsiString | 0 | ||
| Binary | 1 | ||
| Byte | 2 | ||
| Boolean | 3 | ||
| Currency | 4 | ||
| Date | 5 | ||
| DateTime | 6 | ||
| Decimal | 7 | ||
| Double | 8 | ||
| Guid | 9 | ||
| Int16 | 10 | ||
| Int32 | 11 | ||
| Int64 | 12 | ||
| Object | 13 | ||
| SByte | 14 | ||
| Single | 15 | ||
| String | 16 | ||
| Time | 17 | ||
| UInt16 | 18 | ||
| UInt32 | 19 | ||
| UInt64 | 20 | ||
| VarNumeric | 21 | ||
| AnsiStringFixedLength | 22 | ||
| StringFixedLength | 23 | ||
| Xml | 24 | ||
| DateTime2 | 25 | ||
| DateTimeOffset | 26 |