QuickObjects.ObjectBase Send comments on this topic.
UseTextValuesFor Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BooleanField Class : UseTextValuesFor Property
UseTextValuesFor is used to define the database types for the text values will be used instead of the boolean. This by default includes the Oracle database types, since there is no Boolean field directly available in Oracle. However, if you want to exten the automatic conversion of Text Value to Boolean and vise versa for any other database type you can add those database types here.

Syntax

C# 
public ArrayList UseTextValuesFor {get; set;}

Requirements

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

See Also