IDwColumn.Values Property
.NET Standard 2.x | Current Version (1.0.1) 
Gets or sets an IDictionary<string, string> object which contains the value list of this column.
Namespace: PowerBuilder.Data
Assembly: PowerBuilder.Data.dll
Syntax
new IDictionary<string, string> Values { get; set; }
Property Value
System.Collections.Generic.IDictionary<String, String>
An IDictionary<string, string> object which contains the value list of this column.
Applies to
.NET Standard
2.x