Click or drag to resize
Field Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineField

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Field : _Field, ISerializable

The Field type exposes the following members.

Constructors
  NameDescription
Public methodField
Creates and returns a new Fields object
Top
Methods
  NameDescription
Public methodClone
Creates and returns a clone of this object
Public methodClone(String, String)
Creates and returns a clone of this object
Public methodComparibleDataType
Returns a value that indicates if a given data type can be compared with the current objects data type
Public methodDuplicate
Copies all of the field properties from a given field to this field object
Public methodEquals
Determines whether the specified object is equal to the current object
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash code function
(Overrides ObjectGetHashCode.)
Public methodGetObjectData
Top
Fields
Properties
  NameDescription
Public propertyAllowCondition
Gets and sets a value that indicates if this field can be used in a condition.
Public propertyAllowContains
Gets and sets a value that indicates if this field supports the contains operator.
Public propertyAllowSort
Gets and sets a value that indicates if this field can be used for sorting.
Public propertyAnalyticsID
Gets and sets an identifier that identifies this field in the underlying analytics provider
Public propertyAnalyticsType
Gets and sets an enumerated type value that determines the analytics type of this field
Public propertyAscending
Gets and sets a value that indicates the sort direction for this field
Public propertyBuffer
Gets and sets the containing buffer for this field
Public propertyDataType
Gets and sets the server type of this field
Public propertyDateGroupType
Gets and sets a value that indicates how dates will be grouped for this column
Public propertyDescription
Gets and sets a description for this field.
Public propertyExpression
Gets and sets the expression for this field.
Public propertyExtent
Gets and sets a value that indicates the extent of this field.
Public propertyFormat
Gets and sets a format for this field.
Public propertyIncludeOthers
Gets and sets a value that indicates whether other groups should be included in a collective group when they fall outside an applied top or bottom N
Public propertyIncludeTies
Gets and sets a value that indicates if ties should be included in the top/bottom N groupings
Public propertyLabel
Gets and sets the label for this field
Public propertyLookup
Gets and sets the lookup for this field.
Public propertyMandatory
Gets and sets a value that indicates whether the condition for this field is mandatory.
Public propertyName
Gets and sets the name of this field.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyOthersLabel
Gets and sets the label to be used for a collective group when they fall outside an applied top or bottom N
Public propertyServerFormat
Gets and sets the server format string for this query.
Public propertyShowGroupType
Gets and sets a value that indicates which group column values should be shown in a summary query
Public propertyStartingMonth
Gets and sets the starting month used to resolve date time periods
Public propertyStartingWeek
Gets and sets the starting week used to resolve date time periods
Public propertyStartingWeekday
Gets and sets the starting weekday used to resolve date time periods
Public propertySubjectDataType
Gets the Subject data type of this field
Public propertySubjectFieldName
Gets and sets the subject field field name of this field.
Public propertySubjectLabel
Gets and sets the subject field label of this field.
Public propertySummaryType
Gets and sets a value that expresses whether this column is used to group by, or how its summary value is calculated
Public propertyTopN
Gets and sets the value N used to apply top/bottom N group types
Public propertyTopNSumColumn
Gets and sets the name of the column used to apply top/bottom N group types
Public propertyWidth
Gets and sets the width of this field.
Top
See Also