Excalibur Software PropertyList 3.0
QueryFieldFilter
Event QueryFieldFilter(fld As ADODB.Field15, Exclude As Boolean)
Description
Occurs when the PropertyList needs to know whether this field
should be included when importing a Recordset object.
Parameters:
- fld - The field that is about to be added.
- Exclude - Set this parameter to True if you
want to prevent this field from being added to the
PropertyList's Properties collection.
Remarks
This event will fire only if the
FilterFields property
is True. See that property's documentation for more
information.
See Also: Recordset Property