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

IsCustom

Holds a Boolean value that can be used for specifying weather this field's name is a custom name or not.

If it is set to true the Name property can be assigned any valid sql String. This can be very useful for creating calculated columns in result sets where the calculated column is created by the database server.


	MyField.IsCustom = true;
	

Syntax

C# 
public bool IsCustom {get; set;}

Requirements

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

See Also