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

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

Syntax

C# 
public static string GetFieldName( 
   IField field
)

Parameters

field

Requirements

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

See Also