Click or drag to resize

Table Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The Table type exposes the following members.

Methods
  NameDescription
Public methodAddField
Adds a new column to this table.
Public methodCreateIndex
Creates a new index on this table.
Public methodCreateRecord
Creates a new Record for this table. This does not insert the record into the database; this should be done after populating the Record by calling Insert(Record).
Public methodDelete(IEnumerableRecord)
Deletes one or more records from the table.
Public methodDelete(Record)
Deletes one or more records from the table.
Public methodDeleteAll
Delete all existing records in the table.
Public methodDispose
Disposes of this Table. This does not delete the table from the TransactionalRepository. Ordinarily, there is no need to call this method directly, Dispose should be called instead.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsert
Inserts a record into this table.
Public methodQueryAll
Fetch all of the records in the table.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Update an existing record in the table
Top
See Also