Click or drag to resize
StructSet Class

Note: This API is now obsolete.

Encapsulates a query struct set.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::StructSet>]
    GemStone.GemFire.CacheStructSet

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public sealed class StructSet : [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::StructSet>], 
	ICqResults

The StructSet type exposes the following members.

Properties
  NameDescription
Public propertyIsModifiable
True if this StructSet is modifiable.
Public propertyItem
Public propertySize
The size of the StructSet.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the StructSet.
Public methodGetFieldIndex
Get the index number of the specified field name in the StructSet.
Public methodGetFieldName
Get the field name of the StructSet from the specified index number.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIterator
Get a SelectResultsIterator with which to iterate over the items in the StructSet.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
See Also