QuickObjects.ObjectBase Send comments on this topic.
GetValueList Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : GetValueList Method

GetValueList

Provides a String that contains a list of all the field's values separated by a comma. A field must have its Visible property as true to be included.

Returns:
Type
System.String

Overload List

OverloadDescription
GetValueList()GetValueList

Provides a String that contains a list of all the field's values separated by a comma. A field must have its Visible property as true to be included.

Returns:
Type
System.String
 

GetValueList(Boolean)GetValueList

Provides a String that contains a list of all the field's values separated by a comma. If the passed in value of useVisibility is true then only field with Visible property as true will be included otherwise any field which has AllowSave and UseInSave properties as true will be included.

Parameters:
Description
useVisibility

Returns:
Type
System.String
 

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also