Click or drag to resize

PFQueryUseBulkMode Property

Gets or sets a value indicating whether the bulk mode must be used.

The bulk mode is generally used in situations where RLS can be very restrictive on large amount of data.

The bulk mode will filter results using the query filters first, and RLS only after.

This mode will also use a cache for RLS information.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[XmlAttributeAttribute]
[DataMemberAttribute]
public bool UseBulkMode { get; set; }

Property Value

Type: Boolean
See Also