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

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

Syntax

C# 
public string GetValueList( 
   bool useVisibility
)

Parameters

useVisibility

Requirements

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

See Also