QuickObjects.ObjectBase Send comments on this topic.
IncludeTableName Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : IncludeTableName Property

IncludeTableName

Holds a boolean value.

This value indicates weather the query to run the search will prefix the table name to the field names. This should be set to true if you are using multiple tables and more than one table might be using same column names, as this will avoid the conflict.

Syntax

C# 
public bool IncludeTableName {get; set;}

Requirements

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

See Also