AtomsFramework Persistence Layer Reference Guide

ResultCursor Members

ResultCursor overview

Public Instance Constructors

ResultCursor Constructor Initializes a new instance of the ResultCursor class.

Public Instance Properties

BOF Indicates that the cursor has been moved before the start of the result set.
ClassMap The primary class map in the ResultCursor.
CurrentRow Returns the datarow from the current cursor position.
EOF Flag to indicate that the cursor has passed the end of the result set.
HoldsProxies Indicates if the ResultCursor references proxy data only.
ParentCriteria The PersistentCriteria that was used to create this cursor.
ResultSet The result set that is being navigated by the cursor
TotalRows ReadOnly. The number of datarows contained in the Cursors ResultSet.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
HasElements Flag to indicate that the ResultSet contains data.
LoadObjectOverloaded. Populates an object based on the data at the current cursor position.
LoadPersistentObjectOverloaded. Populates an object based on the data at the current cursor position.
LoadPersistentProxy Loads a proxy version of the object based on the data at the current cursor position.
LoadProxyOverloaded. Loads a proxy version of the object based on the data at the current cursor position.
NextCursor Advances the cursor to the next ResultSet position.
PreviousCursor Reverses the cursor to the previous position.
SetCursor Positions the ResultCursor at a specific point in the ResultSet
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ResultCursor Class | AtomsFramework Namespace