Get a DataView object containing details held in this collection.

Syntax

finContactMethods.GetDataView(dataView, [alwaysIncludeId], [includeInactive], [sqlWhere], [validationTarget])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean Implements I_ISCollectionDataView.GetDataView

A Boolean value indicating success.

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