Gets or sets audit field values.

Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

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

Property Value

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

See Also