ILocalDataStore.DeleteRow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public bool DeleteRow (System.Collections.Generic.IList<Tuple<string,string>> keys, string eTag);
abstract member DeleteRow : System.Collections.Generic.IList<string * string> * string -> bool
Public Function DeleteRow (keys As IList(Of Tuple(Of String, String)), eTag As String) As Boolean
Parameters
- eTag
- String