QuickObjects.ObjectBase Send comments on this topic.
GetValueExpression Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IField Interface : GetValueExpression Method
GetValueExpression will need to be implemented by each field class so that each field can implement its own custom ability to provide value lists.

Syntax

C# 
virtual string GetValueExpression()

Requirements

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

See Also