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

GetResultSetName

GetResultSetName compares the Name property with ResultSetName property and returns ResultSetName if it is different from Name property.

Returns:
Type
System.String

Syntax

C# 
public string GetResultSetName()

Requirements

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

See Also