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

GetFieldName

If the IsCustom property is set to true on the passed in field object then the ResultSetName value is returned.

Otherwise if the ResultSetName property has a value then that is returned or else the Name value is returned.

Parameters:
Description
field

Returns:
Type
System.String

Overload List

OverloadDescription
GetFieldName(IField)GetFieldName

If the IsCustom property is set to true on the passed in field object then the ResultSetName value is returned.

Otherwise if the ResultSetName property has a value then that is returned or else the Name value is returned.

Parameters:
Description
field

Returns:
Type
System.String
 

GetFieldName(IField,Boolean)GetFieldName

If the IsCustom property is set to true on the passed in field object then the ResultSetName value is returned.

Otherwise if the ResultSetName property has a value then that is returned or else the Name value is returned.

If the passed in value of noSpace parameter is true then the returned value will be replaced with the SpaceReplacer property of the Name field being returned.

Parameters:
Description
field
noSpace

Returns:
Type
System.String
 

Requirements

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

See Also