This is not a true collection in that it cannot be iterated and you cannot get a count of items. Instead, it is a cached list which can be used to access items and check to see if they exist.
| Name | Description | |
|---|---|---|
| DeleteAllBranches | Function to delete all Bank Branches. Use with caution! | |
| Exists | ||
| ExistsPk | ||
| GetBankBranchDetailsFromSortCode | Return the Bank Shortname, Bank Name and Branch Name for the Account Sort Code. | |
| GetDataView | Get a DataView object containing details held in this collection. | |
| GetDataViewColumns | Get a list of column names to be displayed for a certain display target. | |
| GetItemsBySearchQueryStringParser System Use Only | Get a sub-set of Information Lists filtered by the specified Search Query. | |
| GetLongestCode | Returns the number of characters in the longest code. | |
| GetObjectName | ||
| GetRecordCodeDescription | ||
| GetRecordCount | Get a Record Count (this is not a true collection so has no Count property). | |
| GetRecordDescription | ||
| GetValidDataViewColumns | Get a List of Columns that are Valid when creating a Data View from this collection for the specified Validation Target. | |
| HasItems | Checks to see if there are any items in the collection. | |
| Refresh |
| Name | Description | |
|---|---|---|
| ItemByPk Read-Only | Retrieve an item by its primary key. | |
| LastRefreshTime Read-Only | The date and time that the Refresh method was last called. | |
| RefreshRequired Read-Only | Returns True if the Collection is up-to-date. |