Syntax
| C# |
|---|
public sealed class StructSet |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class StructSet |
| Visual C++ |
|---|
public ref class StructSet sealed |
The type exposes the following methods.
Public Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the StructSet.
| |
| GetFieldIndex |
Get the index number of the specified field name
in the StructSet.
| |
| GetFieldName |
Get the field name of the StructSet from the
specified index number.
| |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetIterator |
Get a SelectResultsIterator with which to iterate
over the items in the StructSet.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerable..::GetEnumerator |
See Also
GemStone.GemFire.Cache Namespace