Key=Value pairs used for setting field values Key [IEntityField2] used to identify the field to set Value [object] used to hold the value to set

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Dictionary<IEntityField2, Object> KeyValues { get; set; }
Visual Basic
Public Property KeyValues As Dictionary(Of IEntityField2, Object)
	Get
	Set
Visual C++
public:
property Dictionary<IEntityField2^, Object^>^ KeyValues {
	Dictionary<IEntityField2^, Object^>^ get ();
	void set (Dictionary<IEntityField2^, Object^>^ value);
}
F#
member KeyValues : Dictionary<IEntityField2, Object> with get, set

Property Value

Type: Dictionary<(Of <(<'IEntityField2, Object>)>)>

See Also