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