ComponentOne DataObjects for .NET
FilterCondition Constructor(TableView,String,Boolean)

C1.Data.2 Assembly > C1.Data Namespace > FilterCondition Class > FilterCondition Constructor : FilterCondition Constructor(TableView,String,Boolean)
The table view to which the conditions belongs.
The text of the condition
A value indicating whether the condition is custom. If this parameter is set to True, the condition is ignored in SQL generation, does not generate an SQL condition, can be used in the BeforeFill event.
Initializes a new instance of the FilterCondition class.
Syntax
'Declaration
 
Public Function New( _
   ByVal tableView As TableView, _
   ByVal conditionText As System.String, _
   ByVal isCustom As System.Boolean _
)
public FilterCondition( 
   TableView tableView,
   System.string conditionText,
   System.bool isCustom
)

Parameters

tableView
The table view to which the conditions belongs.
conditionText
The text of the condition
isCustom
A value indicating whether the condition is custom. If this parameter is set to True, the condition is ignored in SQL generation, does not generate an SQL condition, can be used in the BeforeFill event.
See Also

Reference

FilterCondition Class
FilterCondition Members
Overload List