Click or drag to resize
Fields Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineFields

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Fields : _Fields, IEnumerable, 
	IEnumerator, ISerializable

The Fields type exposes the following members.

Constructors
  NameDescription
Public methodFields
Creates and returns a new Fields collection
Top
Methods
  NameDescription
Public methodAdd(Field)
Adds a field to this fields collection
Public methodAdd(Field, Object)
Adds a field to this fields collection
Public methodAdd(Field, Object, Object)
Adds a field to this fields collection
Public methodClear
Deletes all Field items in the Fields collection
Public methodClone
Returns a clone of this object
Public methodContains
Returns a value that indicates if a key is in the collection
Public methodGetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public methodGetObjectData
Public methodIndex
Gets the numeric index of a field given the label of the field
Public methodlabelindex
Gets the numeric index of a field given the label of the field
Public methodMoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public methodnameindex
Gets the numeric index of a field given the name of the field
Public methodRemove
Removes the field from this fields collection
Public methodReset
Implements System.Collections.IEnumerator.Reset.
Public methodSetObjectData
Top
Fields
Properties
  NameDescription
Public propertyCount
Gets the number of Fields in this collection.
Public propertyCurrent
Implements System.Collections.IEnumerator.Current.
Public propertyExpanded
Gets a copy of this fields collection with any extent fields expanded to individual fields
Public propertyitem
Gets and sets the field from this fields collection
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Top
See Also