NameValueDataStoreKey ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Defines dictionary of string/object pairs used for key matching, where string dictionary key represents column name in storage and value is an object for the key
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineObject 
    NFX.DataAccess NameValueDataStoreKey

Namespace: NFX.DataAccess
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[SerializableAttribute]
public sealed class NameValueDataStoreKey : Dictionary<string, Object>, 
	IDataStoreKey
See Also