Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFDatabase Methods

  • Last UpdatedNov 18, 2025
  • 5 minute read
AFDatabase Methods

The AFDatabase type exposes the following members.

Methods

  NameDescription
Public method
AddTransfer(String)
Creates a new AFTransfer without specifying a template.
Public method
AddTransfer(String, AFElementTemplate)
Creates a new transfer based upon the specified template.
Public methodCode example
ApplyChanges
This method applies (saves) all the changes to objects modified by the current user in the database and makes those changes available to other applications executing under the same user account.
Public methodCode example
ApplyChanges(AFCheckedOutMode)
This method applies (saves) the changes to objects in the database according to the specified AFCheckedOutMode and makes those changes available to other applications executing under the same user account.
Public method
ApplyQueryDate
Applies the specified query date to the current object and returns an object in the new context.
Public methodCode example
CheckIn
This method checks in (commits) all the changes to all objects modified by the current user in the database by saving all information to persistent storage.
Public methodCode example
CheckIn(AFCheckedOutMode)
This method checks in (commits) all the changes to the objects in the database according to the specified AFCheckedOutMode.
Public method
CompareTo(Object)
Compares this instance with a specified Object.
(Inherited from AFObject.)
Public method
CompareTo(AFObject)
Compares this instance with a specified AFObject.
(Inherited from AFObject.)
Public method
Equals(Object)
Determines whether the specified Object is equal to the current object.
(Inherited from AFObject.)
Public method
Equals(AFObject)
Indicates whether the current object is equal to another object of the same type.
(Inherited from AFObject.)
Public methodCode example
FindChangedItems(Boolean, AFTime, AFTime) Obsolete.
Find all the items that have changed in the AFDatabase.
Public methodCode example
FindChangedItems(Boolean, Int32, Object, Object)
Find all the items that have changed in the AFDatabase.
Public methodCode example
FindChangedItems(AFIdentity, Boolean, AFTime, AFTime) Obsolete.
Find all the items that have changed in the AFDatabase of the specified type.
Public methodCode example
FindChangedItems(AFIdentity, Boolean, Int32, Object, Object)
Find all the items that have changed in the AFDatabase of the specified type.
Public method
FindCheckedOutItems(Boolean)
This method finds all the items that are currently checked out in the AFDatabase.
Public method
FindCheckedOutItems(AFCheckedOutMode)
This method finds the items that are currently checked out in the AFDatabase according to the specified AFCheckedOutMode.
Public method
GetHashCode
Gets the hash code for this instance of the object which is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from AFObject.)
Public method
GetPath
Returns the full path to the object, using just the names.
(Inherited from AFObject.)
Public method
GetPath(AFObject)
Returns the path to the object relative from another object.
(Inherited from AFObject.)
Public method
GetPath(AFEncodeType, AFObject)
Returns the path to the object relative from another object, using the name and/or id as specified by encodeType.
(Inherited from AFObject.)
Public method
GetSecurity
Gets the AFSecurity information of the specified security item associated with the object.
Public method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method
Persist
This method returns the persistence string for the object.
(Inherited from AFObject.)
Public methodCode example
Refresh
Refreshes the client with any changes that have been made to the database since loaded without discarding unapplied changes.
Public methodCode example
Refresh(Boolean)
Refreshes the client with any changes that have been made to the database since loaded with an option to discard unapplied changes.
Public method
RemoveTransfer
Removes an existing AFTransfer from the database.
Public method
ToString
Returns a String that represents the current object.
(Inherited from AFObject.)
Public method
UndoCheckOut
Rolls back all the changes to the database since the last call to the CheckOut method of each object. Any changes since the check out will be lost.

See Also

TitleResults for “How to create a CRG?”Also Available in