StatusKeyColumnValues..::..ColumnValues Property
Gets or sets the column values.
Namespace:
ZarahDB_Library.TypesAssembly: ZarahDB_Library (in ZarahDB_Library.dll)
Syntax
[RequiredAttribute] public Dictionary<string, string> ColumnValues { get; set; }
<RequiredAttribute> _ Public Property ColumnValues As Dictionary(Of String, String) Get Set
[RequiredAttribute] public: property Dictionary<String^, String^>^ ColumnValues { Dictionary<String^, String^>^ get (); void set (Dictionary<String^, String^>^ value); }