SqlServerCache.Remove(String) 方法
定义
删除具有给定键的值。Removes the value with the given key.
public:
virtual void Remove(System::String ^ key);
public void Remove (string key);
abstract member Remove : string -> unit
override this.Remove : string -> unit
Public Sub Remove (key As String)
参数
- key
- String
用于标识所请求的值的字符串。A string identifying the requested value.