HslRedisHashFieldAttribute 构造函数 |
根据键名来读取写入当前的哈希的单个信息
命名空间:
HslCommunication.Reflection
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public HslRedisHashFieldAttribute(
string hashKey,
string filed
)
Public Sub New (
hashKey As String,
filed As String
)
public:
HslRedisHashFieldAttribute(
String^ hashKey,
String^ filed
)
new :
hashKey : string *
filed : string -> HslRedisHashFieldAttribute
参数
- hashKey
- 类型:SystemString
哈希键名 - filed
- 类型:SystemString
哈希域名称
参见