DashboardFilterConditionRowFilterString Property |
|
DataPA OpenAnalytics API Reference
Gets an expression that represents the condition in the format required by the ADO.NET RowFilter property.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string this[
bool FirstCondition = false
] { get; }
Public ReadOnly Property RowFilterString (
Optional FirstCondition As Boolean = false
) As String
Get
public:
virtual property String^ RowFilterString[bool FirstCondition = false] {
String^ get (bool FirstCondition = false) sealed;
}
function get_RowFilterString(FirstCondition);
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:
StringAn expression that represents the condition in the format required by the ADO.NET RowFilter property.
Remarks See Also