DataPA Enterprise Dashboard Controls 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
C# |
---|
public string this[
bool FirstCondition = false
] { get; } |
Visual Basic |
---|
Public ReadOnly Property RowFilterString (
Optional FirstCondition As Boolean = false
) As String
Get |
Visual C++ |
---|
public:
virtual property String^ RowFilterString[bool FirstCondition = false] {
String^ get (bool FirstCondition = false) sealed;
} |
Parameters
- FirstCondition (Optional)
- Type: System..::..Boolean
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