[SerializableAttribute]
public class Fields : IEnumerable<Field>,
IEnumerable<SerializableAttribute>
Public Class Fields
Implements IEnumerable(Of Field), IEnumerable[SerializableAttribute]
public ref class Fields : IEnumerable<Field^>,
IEnumerableGemstone.Data.Fields = function();
Type.createClass(
'Gemstone.Data.Fields',
null,
IEnumerable`1,
IEnumerable);| Count | Get count of collection of Field |
| ItemInt32 | Indexer property of Field |
| ItemString | Indexer property of Field by Name |
| Parent | Get Field's parent Table. |
| Add | Add new Field to this collection. |
| Clear | Clears the field list. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetEnumerator | Get IEnumeratorT type of Field list. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetList | Get comma separated list of Field |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Remove | Removes Field from the collection. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |