Data Port Sync 1.0.500

JetRowset Methods

The methods of the JetRowset class are listed below. For a complete list of JetRowset class members, see the JetRowset Members topic.

Public Instance Methods

Close Closes the rowset.
Delete Deletes the current row.
DisposeOverloaded. Releases the unmanaged resources.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetBoolean Gets the column value as a boolean.
GetBytes Gets the column data as a byte array.
GetColumnIndex Calculates the zero-based column index given the column name.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetInt32 Gets the column value as an Int32.
GetObject Returns the column value boxed as an Object.
GetString Gets the column value as a string.
GetType (inherited from Object)Gets the Type of the current instance.
Insert Inserts a new row.
InsertAndGet Inserts a new row and reads it back.
IsNull Gets a boolean value that indicates whether the column has a NULL value.
MoveFirst Positions the rowset cursor on the first row.
MoveLast Positions the rowset cursor on the last row.
MoveNext Positions the rowset cursor on the next row.
MovePrev Positions the rowset cursor on the previous row.
PrepareRow Prepares the implicit row for insertion or update by marking all column values with DBSTATUS_S_IGNORE.
SeekOverloaded. Seeks the previoulsy set column values.
SeekValue Sets a value to search for in the column of the current index.
SetBytes Sets the column value as a serialized byte array.
SetValue Sets a column value.
ToString (inherited from Object)Returns a String that represents the current Object.
Update Updates the current row.

Protected Instance Methods

DisposeOverloaded. Releases the rowset unmanaged resources.
Finalize Finalizer
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

JetRowset Class | Primeworks.DataPortSync.Jet Namespace