QuickObjects.ObjectBase Send comments on this topic.
IsLargeText Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > StringField Class : IsLargeText Property
IsLargeText property is used to track if the underlying database field is large text field. Examples of such fields:

SQL Server - TEXT and NTEXT

Oracle - CLOB

Syntax

C# 
public bool IsLargeText {get; set;}

Requirements

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

See Also