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