Enum CmdParamsDbType
Specifies the type of command parameters.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum CmdParamsDbType
Name | Description |
---|---|
AnsiString | |
AnsiStringFixedLength | |
Binary | |
Boolean | |
Byte | |
Currency | |
Date | |
DateTime | |
DateTime2 | |
DateTimeOffset | |
Decimal | |
Double | |
Guid | |
Int16 | |
Int32 | |
Int64 | |
Object | |
SByte | |
Single | |
String | |
StringFixedLength | |
Time | |
UInt16 | |
UInt32 | |
UInt64 | |
VarNumeric | |
Xml |