XPCursor Members
In This Article
#Constructors
Name | Description |
---|---|
XPCursor |
Initializes a new instance of the XPCursor class with the specified Session and criteria-specific options. |
XPCursor |
Initializes a new instance of the XPCursor class |
XPCursor |
Initializes a new instance of the XPCursor class and populates it with the objects whose Oid property’s value is contained within the key |
XPCursor |
Initializes a new instance of the XPCursor class with the specified XPCursor. |
XPCursor |
Initializes a new instance of the XPCursor class with the specified settings. |
XPCursor |
Initializes a new instance of the XPCursor class and populates it with the objects whose Oid property’s value is contained within the key |
XPCursor |
Initializes a new instance of the XPCursor class. |
XPCursor |
Initializes a new instance of the XPCursor class with default Session and criteria-specific options. |
XPCursor |
Initializes a new instance of the XPCursor class with the default Session. |
#Properties
Name | Description |
---|---|
Count | Gets the number of persistent objects within the collection. |
Object |
Gets the metadata information for the persistent objects retrieved by the collection. |
Page |
Gets or sets the maximum number of persistent objects that can be contained in a single page. |
Select |
Gets or sets whether deleted objects are retrieved by the XPCursor the next time it is reloaded. |
Session | Gets the session which is used to load and save persistent objects. |
Sorting | Provides access to the collection whose elements identify the sorted columns in a data store. |
Top |
Gets or sets the maximum number of objects retrieved by the XPCursor collection. |
#Methods
Name | Description |
---|---|
Copy |
Copies all persistent objects which are stored within the current collection to the specified array starting at the specified index. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns an IEnumerator for the collection. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also