ComponentOne DataObjects for .NET
Filter Property (FetchEventArgs)

C1.Data.2 Assembly > C1.Data Namespace > FetchEventArgs Class : Filter Property
Filter conditions used to fill the data set. These are all filter conditions for all table views in the data set. You need to extract the filter conditions for the particular table view from this argument.
Syntax
'Declaration
 
Public ReadOnly Property Filter As FilterConditions
public FilterConditions Filter {get;}
See Also

Reference

FetchEventArgs Class
FetchEventArgs Members