Tables Class

List of Table collection

Definition

Namespace: Gemstone.Data
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.128 -- Release Build+cb657b646daac3e9cc5384ff42ed4530df50eab1
Inheritance
Object    Tables
Implements
IEnumerableTable, IEnumerable

Properties

Count Gets table count.
ItemInt32 Gets table at index.
ItemString Gets table by name.
Parent Gets or sets parent Schema.

Methods

Add Adds new table.
Clear Clears all tables.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FindByMapName Finds table by mapped named.
GetEnumerator Gets table enumerator.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetList Gets table field list.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Remove Removes table.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also