| HslRedisHashFieldAttribute 构造函数  | 
 
            根据键名来读取写入当前的哈希的单个信息
            
 
        命名空间: 
     HslCommunication.Reflection
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.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
 哈希域名称
 参见
参见