Click or drag to resize
DashboardFilterConditionRowFilterString Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets an expression that represents the condition in the format required by the ADO.NET RowFilter property.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public string this[
	bool FirstCondition = false
] { get; }

Parameters

FirstCondition (Optional)
Type: SystemBoolean
True if this is the first condition in the filter (determines whether the condition is preceeded with a logical operator).

Return Value

Type: String
An expression that represents the condition in the format required by the ADO.NET RowFilter property.
Remarks