RedisHashesHVALSByte Method |
获取元素的键项列表
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public byte[][] HVALSByte(
string key
)
Public Function HVALSByte (
key As String
) As Byte()()
public:
array<array<unsigned char>^>^ HVALSByte(
String^ key
)
member HVALSByte :
key : string -> byte[][]
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.RedisHashes.HVALSByte(System.String)"]
Return Value
Type:
Byte[Missing <returns> documentation for "M:Adf.RedisHashes.HVALSByte(System.String)"]
See Also