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

C1.Data.2 Assembly > C1.Data Namespace > FilterCondition Class > FilterCondition Constructor : FilterCondition Constructor(TableView,String)
The table view to which the conditions belongs.
The text of the condition
Initializes a new instance of the FilterCondition class.
Syntax
'Declaration
 
Public Function New( _
   ByVal tableView As TableView, _
   ByVal conditionText As System.String _
)
public FilterCondition( 
   TableView tableView,
   System.string conditionText
)

Parameters

tableView
The table view to which the conditions belongs.
conditionText
The text of the condition
See Also

Reference

FilterCondition Class
FilterCondition Members
Overload List