[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
System Object
System.Collections.Generic Dictionary
String,
Object NFX.DataAccess NameValueDataStoreKeyNamespace: NFX.DataAccessAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[SerializableAttribute]
public sealed class NameValueDataStoreKey : Dictionary<string, Object>,
IDataStoreKey
[SerializableAttribute]
public sealed class NameValueDataStoreKey : Dictionary<string, Object>,
IDataStoreKey
<SerializableAttribute>
Public NotInheritable Class NameValueDataStoreKey
Inherits Dictionary(Of String, Object)
Implements IDataStoreKey
<SerializableAttribute>
Public NotInheritable Class NameValueDataStoreKey
Inherits Dictionary(Of String, Object)
Implements IDataStoreKey
[SerializableAttribute]
public ref class NameValueDataStoreKey sealed : public Dictionary<String^, Object^>,
IDataStoreKey
[SerializableAttribute]
public ref class NameValueDataStoreKey sealed : public Dictionary<String^, Object^>,
IDataStoreKey
[<SealedAttribute>]
[<SerializableAttribute>]
type NameValueDataStoreKey =
class
inherit Dictionary<string, Object>
interface IDataStoreKey
end
[<SealedAttribute>]
[<SerializableAttribute>]
type NameValueDataStoreKey =
class
inherit Dictionary<string, Object>
interface IDataStoreKey
end