LookupIgnoreBlanks Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether this lookup will exclude rows with a blank description
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IgnoreBlanks { get; set; }
Public Property IgnoreBlanks As Boolean
Get
Set
public:
virtual property bool IgnoreBlanks {
bool get () sealed;
void set (bool value) sealed;
}
function get_IgnoreBlanks();
function set_IgnoreBlanks(value);
Property Value
Type:
BooleanTrue if this lookup will exclude rows with a blank description
Return Value
Type:
BooleanTrue if this lookup will exclude rows with a blank description
Remarks See Also