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

C1.Data.2 Assembly > C1.Data Namespace > FilterCondition Class > FilterCondition Constructor : FilterCondition Constructor(C1DataSet,String,String,Boolean)
Data set to which the condition applies. This parameter can be null, which means the data set will be determined later, when the filter condition is used in Fill call.
The name of the table view to which the conditions applies.
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 dataSet As C1DataSet, _
   ByVal tableViewName As System.String, _
   ByVal conditionText As System.String, _
   ByVal isCustom As System.Boolean _
)
public FilterCondition( 
   C1DataSet dataSet,
   System.string tableViewName,
   System.string conditionText,
   System.bool isCustom
)

Parameters

dataSet
Data set to which the condition applies. This parameter can be null, which means the data set will be determined later, when the filter condition is used in Fill call.
tableViewName
The name of the table view to which the conditions applies.
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