Click or drag to resize

PFQueryFilterUnknownValue Property

Gets or sets a value indicating whether the filter value is already known.

This is typically used (= set to true) when a query is created to be stored and not executed immediately, e.g. for stored procedures.

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 UnknownValue { get; set; }

Property Value

Type: Boolean
See Also