This member is for System Use Only and should NOT be used.
Build an SQL WHERE Filter to apply to the DataView generated via the GetDataView method.

Syntax

finUsers.GetDataViewFilter(filterByManagers, includeManagers, filterByBdms, includeBdms, filterByDeleted, includeDeleted, [filterByAccountAuthoriser], [includeAccountAuthoriser])

Parameters

NameTypeOptionalByRefDescription
filterByManagers Boolean Indicates whether to filter by Managers.
includeManagers Boolean The IsManager value to filter by.
filterByBdms Boolean Indicates whether to filter by Business Development Managers.
includeBdms Boolean The IsBusinessDevelopmentManager value to filter by.
filterByDeleted Boolean Indicates whether to filter by Users flagged as Deleted.
includeDeleted Boolean The Deleted value to filter by.
filterByAccountAuthoriser Boolean Optional Indicates whether to filter by Account Authorisers. If omitted, a value of False is assumed.
includeAccountAuthoriser Boolean Optional The IsAccountAuthoriser value to filter by. If omitted, a value of False is assumed.

Return Value

String

A String value.

Member of:
finUsers
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0