Click or drag to resize

JoinField Class

A field definition for a join query.
Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Core.Database.QueryJoinField

Namespace:  PDTec.IceNet.Core.Database.Query
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public class JoinField

The JoinField type exposes the following members.

Constructors
  NameDescription
Public methodJoinField
Initializes a new instance of the JoinField class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldAddSteps
The additional steps to reach the field item.
Public fieldAggregation
Defines if an aggregation function should be applied to the field.
Public fieldAttrDefDeclTypeName
Defines the attribute declaring type the field refers to.
Public fieldAttrDefName
Defines the attribute declaring type the field refers to.
Public fieldFieldType
Defines the field type (ID, name, attribute, ...) the field refers to.
Public fieldGroupPriority
A non-negative value defines that the result should be grouped by this field. If multiple fields have a GroupPriority set, the field with the lowest value has the highest grouping priority.
Public fieldItemType
Defines if the field refers to the object or the relationship.
Public fieldName
The field name.
Public fieldPathRefIndex
The index of the path the field refers to.
Public fieldSortOrder
The sort direction.
Public fieldSortPriority
The sort priority for this field. Lower value means higher priority.
Public fieldStepRefIndex
The index of the step (within the path) the field refers to.
Top
See Also