Sitecore 5.0 API

SqlClientDataStore.RemoveValue Method 

Removes the value.

[Visual Basic]
NotOverridable Public Sub RemoveValue( _
   ByVal name As String _
) _
    Implements IClientDataStore.RemoveValue
[C#]
public void RemoveValue(
   string name
);

Parameters

name
Name.

Implements

IClientDataStore.RemoveValue

See Also

SqlClientDataStore Class | Sitecore.Configuration Namespace