| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| dataView | DataView | ByRef | The DataView object. | |
| alwaysIncludeId | String | Optional | The Id of a record to always include in the DataView (regardless of whether it is Inactive or is excluded due to the SQLWhere parameter). | |
| includeInactive | Boolean | Optional | Indicates whether to include Inactive records if this collection supports an Active flag. If omitted, a value of True is assumed. | |
| sqlWhere | String | Optional | An SQL WHERE clause to filter by. | |
| validationTarget | iseCollectionDataViewValidationTarget | Optional | The Validation Target is used to filter out any Fields (Columns) that are not valid for a particular Target, e.g., HTML Widgets and Portals should not have automatic access to information such as Script Code. If omitted, a value of iseCollectionDataViewValidationTarget.Unspecified is assumed. |
A Boolean value indicating success.