ILocalDataStore.WriteRow 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 string WriteRow (System.Collections.Generic.IList<Tuple<string,string>> keys, System.Collections.Generic.IDictionary<string,object> data, string eTag);
abstract member WriteRow : System.Collections.Generic.IList<string * string> * System.Collections.Generic.IDictionary<string, obj> * string -> string
Public Function WriteRow (keys As IList(Of Tuple(Of String, String)), data As IDictionary(Of String, Object), eTag As String) As String
Parameters
- data
- IDictionary<String,Object>
- eTag
- String