Click or drag to resize

PicklistReplaceOptions Enumeration

Options for use with PicklistReplace.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum PicklistReplaceOptions
Members
  Member nameValueDescription
RowSpecific1 The provided picklist applies to the current row (per its RowKey) only. A separate picklist may be so provided for each row.
See Also