ComponentOne DataObjects for .NET
FillFilter Property

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressTable Class : FillFilter Property
Gets or sets the filter criteria for filling the table with data.
Syntax
'Declaration
 
Public Property FillFilter As System.String
public System.string FillFilter {get; set;}
Remarks
A filter condition specifies a restriction on fetched rows when the table is filled with data. It must have SQL WHERE syntax with bracketed field names as variables. Example: [CustomerID] = 'ALFKI'.

If the table is automatically filled at start-up time due to FillOnRequest = True, use BeforeFill event to specify FillFilter and FillSort properties.

See Also

Reference

C1ExpressTable Class
C1ExpressTable Members