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

GetValueExpression

It returns the value assignment String for this field.

If the IsNull is set to true then "NULL" String value is returned. If however UseTextValue is true then TrueText or FalseText value is returned depending on weather Value is set to true or false. Otherwise "1" is returned if Value is true or "0" if Value is false.

Returns:
Type
System.String

Syntax

C# 
public override string GetValueExpression()

Requirements

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

See Also