PrimaryKeyValue..::..KeyValueFields Property
Gets the primary key value fields.
Namespace:
RingSoft.DbLookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public IReadOnlyList<PrimaryKeyValueField> KeyValueFields { get; }
Public ReadOnly Property KeyValueFields As IReadOnlyList(Of PrimaryKeyValueField) Get
public: property IReadOnlyList<PrimaryKeyValueField^>^ KeyValueFields { IReadOnlyList<PrimaryKeyValueField^>^ get (); }