ComponentOne DataObjects for .NET
ConditionText Property

C1.Data.2 Assembly > C1.Data Namespace > FilterCondition Class : ConditionText Property
Gets or sets the text of the condition.
Syntax
'Declaration
 
Public Property ConditionText As System.String
public System.string ConditionText {get; set;}
Remarks
Filter conditions have SQL WHERE syntax with bracketed table view field names as variables (example: [CustomerID] = 'ALFKI'), except for a custom filter condition (IsCustom = True), which can be an arbitrary string for use in BeforeFill event.
See Also

Reference

FilterCondition Class
FilterCondition Members